#A45540

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

Shades of Crail #A45540

Tints of Crail #A45540

Color information

#A45540 (or 0xA45540) is unknown color: approx Crail. HEX triplet: A4, 55 and 40. RGB value is (164,85,64). Sum of RGB (Red+Green+Blue) = 164+85+64=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A45540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45540 is #5BAABF. Grayscale: #6A6A6A. Windows color (decimal): -6007488 or 4216228. OLE color: 4216228.

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

Color convert

RGB1648564-
CMYK00.480.610.36
HSL12.6º43.86%44.71%-
HSV(B)12.6º60.98%64.31%-
XYZ19.4814.766.67-
YUV106.23104.17169.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=52.40%
G=27.16%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164856400.480.610.3612.643.8644.71
HexA455400303D24d2c2d
Octal2441251000607544155455
Binary101001001010101100000001100001111011001001101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45540; }

 p { color: rgb(164,85,64); }

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

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

 a { background-color: rgb(164,85,64); }

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

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

 span { border-color: rgb(164,85,64); }

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