#AD756F

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

Shades of Coral Tree #AD756F

Tints of Coral Tree #AD756F

Color information

#AD756F (or 0xAD756F) is unknown color: approx Coral Tree. HEX triplet: AD, 75 and 6F. RGB value is (173,117,111). Sum of RGB (Red+Green+Blue) = 173+117+111=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756F is #528A90. Grayscale: #858585. Windows color (decimal): -5409425 or 7304621. OLE color: 7304621.

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

Color convert

RGB173117111-
CMYK00.320.360.32
HSL5.81º27.43%55.69%-
HSV(B)5.81º35.84%67.84%-
XYZ26.4622.7518.04-
YUV133.06115.55156.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=43.14%
G=29.18%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311711100.320.360.325.8127.4355.69
HexAD756F020242061b38
Octal255165157040444063370
Binary1010110111101011101111010000010010010000011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD756F; }

 p { color: rgb(173,117,111); }

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

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

 a { background-color: rgb(173,117,111); }

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

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

 span { border-color: rgb(173,117,111); }

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