#AD7061

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

Shades of Coral Tree #AD7061

Tints of Coral Tree #AD7061

Color information

#AD7061 (or 0xAD7061) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 61. RGB value is (173,112,97). Sum of RGB (Red+Green+Blue) = 173+112+97=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7061 is #528F9E. Grayscale: #808080. Windows color (decimal): -5410719 or 6385837. OLE color: 6385837.

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

Color convert

RGB17311297-
CMYK00.350.440.32
HSL11.84º31.67%52.94%-
HSV(B)11.84º43.93%67.84%-
XYZ25.1921.3414.1-
YUV128.53110.21159.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=45.29%
G=29.32%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731129700.350.440.3211.8431.6752.94
HexAD70610232C20c2035
Octal2551601410435440144065
Binary101011011110000110000101000111011001000001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7061; }

 p { color: rgb(173,112,97); }

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

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

 a { background-color: rgb(173,112,97); }

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

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

 span { border-color: rgb(173,112,97); }

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