#AD6052

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

Shades of Crail #AD6052

Tints of Crail #AD6052

Color information

#AD6052 (or 0xAD6052) is unknown color: approx Crail. HEX triplet: AD, 60 and 52. RGB value is (173,96,82). Sum of RGB (Red+Green+Blue) = 173+96+82=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6052 is #529FAD. Grayscale: #757575. Windows color (decimal): -5414830 or 5398701. OLE color: 5398701.

HSL color Cylindrical-coordinate representation of color #AD6052: hue angle of 9.23º 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 #AD6052 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB1739682-
CMYK00.450.530.32
HSL9.23º35.69%50%-
HSV(B)9.23º52.6%67.84%-
XYZ22.9417.8610.22-
YUV117.43108.01167.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=49.29%
G=27.35%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173968200.450.530.329.2335.6950
HexAD605202D352092432
Octal2551401220556540114462
Binary101011011100000101001001011011101011000001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6052; }

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

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

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

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

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

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

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

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