#AD5842

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

Shades of Crail #AD5842

Tints of Crail #AD5842

Color information

#AD5842 (or 0xAD5842) is unknown color: approx Crail. HEX triplet: AD, 58 and 42. RGB value is (173,88,66). Sum of RGB (Red+Green+Blue) = 173+88+66=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5842 is #52A7BD. Grayscale: #6F6F6F. Windows color (decimal): -5416894 or 4348077. OLE color: 4348077.

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

Color convert

RGB1738866-
CMYK00.490.620.32
HSL12.34º44.77%46.86%-
HSV(B)12.34º61.85%67.84%-
XYZ21.7116.267.15-
YUV110.91102.66172.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=52.91%
G=26.91%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173886600.490.620.3212.3444.7746.86
HexAD58420313E20c2d2f
Octal2551301020617640145557
Binary101011011011000100001001100011111101000001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5842; }

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

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

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

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

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

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

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

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