#AD5845

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

Shades of Crail #AD5845

Tints of Crail #AD5845

Color information

#AD5845 (or 0xAD5845) is unknown color: approx Crail. HEX triplet: AD, 58 and 45. RGB value is (173,88,69). Sum of RGB (Red+Green+Blue) = 173+88+69=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5845 is #52A7BA. Grayscale: #6F6F6F. Windows color (decimal): -5416891 or 4544685. OLE color: 4544685.

HSL color Cylindrical-coordinate representation of color #AD5845: hue angle of 10.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5845 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1738869-
CMYK00.490.600.32
HSL10.96º42.98%47.45%-
HSV(B)10.96º60.12%67.84%-
XYZ21.816.297.63-
YUV111.25104.16172.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=52.42%
G=26.67%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173886900.490.600.3210.9642.9847.45
HexAD58450313C20b2b2f
Octal2551301050617440135357
Binary101011011011000100010101100011111001000001011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5845; }

 p { color: rgb(173,88,69); }

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

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

 a { background-color: rgb(173,88,69); }

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

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

 span { border-color: rgb(173,88,69); }

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