#A45A4C

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

Shades of Crail #A45A4C

Tints of Crail #A45A4C

Color information

#A45A4C (or 0xA45A4C) is unknown color: approx Crail. HEX triplet: A4, 5A and 4C. RGB value is (164,90,76). Sum of RGB (Red+Green+Blue) = 164+90+76=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A4C is #5BA5B3. Grayscale: #6E6E6E. Windows color (decimal): -6006196 or 5003940. OLE color: 5003940.

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

Color convert

RGB1649076-
CMYK00.450.540.36
HSL9.55º36.67%47.06%-
HSV(B)9.55º53.66%64.31%-
XYZ20.2715.738.8-
YUV110.53108.52166.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=49.70%
G=27.27%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164907600.450.540.369.5536.6747.06
HexA45A4C02D3624a252f
Octal2441321140556644124557
Binary101001001011010100110001011011101101001001010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A4C; }

 p { color: rgb(164,90,76); }

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

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

 a { background-color: rgb(164,90,76); }

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

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

 span { border-color: rgb(164,90,76); }

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