#A25948

Color #A25948 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A25948

Tints of Crail #A25948

Color information

#A25948 (or 0xA25948) is unknown color: approx Crail. HEX triplet: A2, 59 and 48. RGB value is (162,89,72). Sum of RGB (Red+Green+Blue) = 162+89+72=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25948 is #5DA6B7. Grayscale: #6D6D6D. Windows color (decimal): -6137528 or 4741538. OLE color: 4741538.

HSL color Cylindrical-coordinate representation of color #A25948: hue angle of 11.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25948 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1628972-
CMYK00.450.560.36
HSL11.33º38.46%45.88%-
HSV(B)11.33º55.56%63.53%-
XYZ19.6415.298.05-
YUV108.89107.18165.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=50.15%
G=27.55%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162897200.450.560.3611.3338.4645.88
HexA2594802D3824b262e
Octal2421311100557044134656
Binary101000101011001100100001011011110001001001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25948; }

 p { color: rgb(162,89,72); }

 H1.HeaderClassName
 {
   color: #A25948;
 }
 .AnyTagClassName
 {
   color: #A25948;
 }
</style>
background-color css

<style>
 a { background-color: #A25948; }

 a { background-color: rgb(162,89,72); }

 div.DivClassName
 {
   background-color: #A25948;
 }
 .BgClassName
 {
   background-color: #A25948;
 }
</style>
border-color css

<style>
 span { border-color: #A25948; }

 span { border-color: rgb(162,89,72); }

 td.TdClassName
 {
   border-color: #A25948;
 }
 .TagClassName
 {
   border-color: #A25948;
 }
</style>