#AD726C

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

Shades of Coral Tree #AD726C

Tints of Coral Tree #AD726C

Color information

#AD726C (or 0xAD726C) is unknown color: approx Coral Tree. HEX triplet: AD, 72 and 6C. RGB value is (173,114,108). Sum of RGB (Red+Green+Blue) = 173+114+108=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD726C is #528D93. Grayscale: #838383. Windows color (decimal): -5410196 or 7107245. OLE color: 7107245.

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

Color convert

RGB173114108-
CMYK00.340.380.32
HSL5.54º28.38%55.1%-
HSV(B)5.54º37.57%67.84%-
XYZ25.962217.07-
YUV130.96115.05157.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=43.80%
G=28.86%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311410800.340.380.325.5428.3855.1
HexAD726C022262061c37
Octal255162154042464063467
Binary1010110111100101101100010001010011010000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD726C; }

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

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

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

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

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

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

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

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