#AD7A6D

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

Shades of Coral Tree #AD7A6D

Tints of Coral Tree #AD7A6D

Color information

#AD7A6D (or 0xAD7A6D) is unknown color: approx Coral Tree. HEX triplet: AD, 7A and 6D. RGB value is (173,122,109). Sum of RGB (Red+Green+Blue) = 173+122+109=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A6D is #528592. Grayscale: #878787. Windows color (decimal): -5408147 or 7174829. OLE color: 7174829.

HSL color Cylindrical-coordinate representation of color #AD7A6D: hue angle of 12.19º 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 #AD7A6D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB173122109-
CMYK00.290.370.32
HSL12.19º28.07%55.29%-
HSV(B)12.19º36.99%67.84%-
XYZ26.9523.9117.66-
YUV135.77112.9154.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=42.82%
G=30.20%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312210900.290.370.3212.1928.0755.29
HexAD7A6D01D2520c1c37
Octal2551721550354540143467
Binary1010110111110101101101011101100101100000110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A6D; }

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

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

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

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

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

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

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

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