#A45A45

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

Shades of Crail #A45A45

Tints of Crail #A45A45

Color information

#A45A45 (or 0xA45A45) is unknown color: approx Crail. HEX triplet: A4, 5A and 45. RGB value is (164,90,69). Sum of RGB (Red+Green+Blue) = 164+90+69=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A45 is #5BA5BA. Grayscale: #6D6D6D. Windows color (decimal): -6006203 or 4545188. OLE color: 4545188.

HSL color Cylindrical-coordinate representation of color #A45A45: hue angle of 13.26º 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 #A45A45 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1649069-
CMYK00.450.580.36
HSL13.26º40.77%45.69%-
HSV(B)13.26º57.93%64.31%-
XYZ20.0415.637.59-
YUV109.73105.02166.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=50.77%
G=27.86%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164906900.450.580.3613.2640.7745.69
HexA45A4502D3A24d292e
Octal2441321050557244155156
Binary101001001011010100010101011011110101001001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A45; }

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

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

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

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

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

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

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

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