#AD7B6E

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

Shades of Coral Tree #AD7B6E

Tints of Coral Tree #AD7B6E

Color information

#AD7B6E (or 0xAD7B6E) is unknown color: approx Coral Tree. HEX triplet: AD, 7B and 6E. RGB value is (173,123,110). Sum of RGB (Red+Green+Blue) = 173+123+110=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B6E is #528491. Grayscale: #888888. Windows color (decimal): -5407890 or 7240621. OLE color: 7240621.

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

Color convert

RGB173123110-
CMYK00.290.360.32
HSL12.38º27.75%55.49%-
HSV(B)12.38º36.42%67.84%-
XYZ27.1324.1817.99-
YUV136.47113.06154.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=42.61%
G=30.30%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312311000.290.360.3212.3827.7555.49
HexAD7B6E01D2420c1c37
Octal2551731560354440143467
Binary1010110111110111101110011101100100100000110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B6E; }

 p { color: rgb(173,123,110); }

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

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

 a { background-color: rgb(173,123,110); }

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

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

 span { border-color: rgb(173,123,110); }

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