#AD6F66

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

Shades of Coral Tree #AD6F66

Tints of Coral Tree #AD6F66

Color information

#AD6F66 (or 0xAD6F66) is unknown color: approx Coral Tree. HEX triplet: AD, 6F and 66. RGB value is (173,111,102). Sum of RGB (Red+Green+Blue) = 173+111+102=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F66 is #529099. Grayscale: #808080. Windows color (decimal): -5410970 or 6713261. OLE color: 6713261.

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

Color convert

RGB173111102-
CMYK00.360.410.32
HSL7.61º30.21%53.92%-
HSV(B)7.61º41.04%67.84%-
XYZ25.3221.2115.33-
YUV128.51113.04159.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=44.82%
G=28.76%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311110200.360.410.327.6130.2153.92
HexAD6F66024292081e36
Octal2551571460445140103666
Binary10101101110111111001100100100101001100000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F66; }

 p { color: rgb(173,111,102); }

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

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

 a { background-color: rgb(173,111,102); }

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

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

 span { border-color: rgb(173,111,102); }

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