#AD5740

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

Shades of Crail #AD5740

Tints of Crail #AD5740

Color information

#AD5740 (or 0xAD5740) is unknown color: approx Crail. HEX triplet: AD, 57 and 40. RGB value is (173,87,64). Sum of RGB (Red+Green+Blue) = 173+87+64=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5740 is #52A8BF. Grayscale: #6E6E6E. Windows color (decimal): -5417152 or 4216749. OLE color: 4216749.

HSL color Cylindrical-coordinate representation of color #AD5740: hue angle of 12.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD5740 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB1738764-
CMYK00.500.630.32
HSL12.66º45.99%46.47%-
HSV(B)12.66º63.01%67.84%-
XYZ21.5716.076.82-
YUV110.09101.99172.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=53.40%
G=26.85%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173876400.500.630.3212.6645.9946.47
HexAD57400323F20d2e2e
Octal2551271000627740155656
Binary101011011010111100000001100101111111000001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5740; }

 p { color: rgb(173,87,64); }

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

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

 a { background-color: rgb(173,87,64); }

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

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

 span { border-color: rgb(173,87,64); }

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