#AD605C

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

Shades of Coral Tree #AD605C

Tints of Coral Tree #AD605C

Color information

#AD605C (or 0xAD605C) is unknown color: approx Coral Tree. HEX triplet: AD, 60 and 5C. RGB value is (173,96,92). Sum of RGB (Red+Green+Blue) = 173+96+92=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD605C is #529FA3. Grayscale: #767676. Windows color (decimal): -5414820 or 6054061. OLE color: 6054061.

HSL color Cylindrical-coordinate representation of color #AD605C: hue angle of 2.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD605C is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1739692-
CMYK00.450.470.32
HSL2.96º33.06%51.96%-
HSV(B)2.96º46.82%67.84%-
XYZ23.3518.0212.37-
YUV118.57113.01166.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=47.92%
G=26.59%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173969200.450.470.322.9633.0651.96
HexAD605C02D2F2032134
Octal255140134055574034164
Binary1010110111000001011100010110110111110000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD605C; }

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

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

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

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

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

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

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

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