#AD726D

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

Shades of Coral Tree #AD726D

Tints of Coral Tree #AD726D

Color information

#AD726D (or 0xAD726D) is unknown color: approx Coral Tree. HEX triplet: AD, 72 and 6D. RGB value is (173,114,109). Sum of RGB (Red+Green+Blue) = 173+114+109=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD726D is #528D92. Grayscale: #838383. Windows color (decimal): -5410195 or 7172781. OLE color: 7172781.

HSL color Cylindrical-coordinate representation of color #AD726D: hue angle of 4.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD726D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB173114109-
CMYK00.340.370.32
HSL4.69º28.07%55.29%-
HSV(B)4.69º36.99%67.84%-
XYZ26.0122.0217.35-
YUV131.07115.55157.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=43.69%
G=28.79%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311410900.340.370.324.6928.0755.29
HexAD726D022252051c37
Octal255162155042454053467
Binary1010110111100101101101010001010010110000010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD726D; }

 p { color: rgb(173,114,109); }

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

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

 a { background-color: rgb(173,114,109); }

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

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

 span { border-color: rgb(173,114,109); }

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