#AD6662

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

Shades of Coral Tree #AD6662

Tints of Coral Tree #AD6662

Color information

#AD6662 (or 0xAD6662) is unknown color: approx Coral Tree. HEX triplet: AD, 66 and 62. RGB value is (173,102,98). Sum of RGB (Red+Green+Blue) = 173+102+98=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6662 is #52999D. Grayscale: #7A7A7A. Windows color (decimal): -5413278 or 6448813. OLE color: 6448813.

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

Color convert

RGB17310298-
CMYK00.410.430.32
HSL3.2º31.38%53.14%-
HSV(B)3.2º43.35%67.84%-
XYZ24.1919.2714-
YUV122.77114.02163.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=46.38%
G=27.35%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731029800.410.430.323.231.3853.14
HexAD66620292B2031f35
Octal255146142051534033765
Binary101011011100110110001001010011010111000001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6662; }

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

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

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

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

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

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

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

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