#AD5E52

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

Shades of Crail #AD5E52

Tints of Crail #AD5E52

Color information

#AD5E52 (or 0xAD5E52) is unknown color: approx Crail. HEX triplet: AD, 5E and 52. RGB value is (173,94,82). Sum of RGB (Red+Green+Blue) = 173+94+82=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E52 is #52A1AD. Grayscale: #747474. Windows color (decimal): -5415342 or 5398189. OLE color: 5398189.

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

Color convert

RGB1739482-
CMYK00.460.530.32
HSL7.91º35.69%50%-
HSV(B)7.91º52.6%67.84%-
XYZ22.7617.510.16-
YUV116.25108.67168.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=49.57%
G=26.93%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173948200.460.530.327.9135.6950
HexAD5E5202E352082432
Octal2551361220566540104462
Binary101011011011110101001001011101101011000001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5E52; }

 p { color: rgb(173,94,82); }

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

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

 a { background-color: rgb(173,94,82); }

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

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

 span { border-color: rgb(173,94,82); }

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