#A45945

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

Shades of Crail #A45945

Tints of Crail #A45945

Color information

#A45945 (or 0xA45945) is unknown color: approx Crail. HEX triplet: A4, 59 and 45. RGB value is (164,89,69). Sum of RGB (Red+Green+Blue) = 164+89+69=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A45945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45945 is #5BA6BA. Grayscale: #6D6D6D. Windows color (decimal): -6006459 or 4544932. OLE color: 4544932.

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

Color convert

RGB1648969-
CMYK00.460.580.36
HSL12.63º40.77%45.69%-
HSV(B)12.63º57.93%64.31%-
XYZ19.9615.477.56-
YUV109.14105.35167.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=50.93%
G=27.64%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164896900.460.580.3612.6340.7745.69
HexA4594502E3A24d292e
Octal2441311050567244155156
Binary101001001011001100010101011101110101001001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45945; }

 p { color: rgb(164,89,69); }

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

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

 a { background-color: rgb(164,89,69); }

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

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

 span { border-color: rgb(164,89,69); }

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