#AD756D

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

Shades of Coral Tree #AD756D

Tints of Coral Tree #AD756D

Color information

#AD756D (or 0xAD756D) is unknown color: approx Coral Tree. HEX triplet: AD, 75 and 6D. RGB value is (173,117,109). Sum of RGB (Red+Green+Blue) = 173+117+109=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756D is #528A92. Grayscale: #848484. Windows color (decimal): -5409427 or 7173549. OLE color: 7173549.

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

Color convert

RGB173117109-
CMYK00.320.370.32
HSL7.5º28.07%55.29%-
HSV(B)7.5º36.99%67.84%-
XYZ26.3622.7117.46-
YUV132.83114.55156.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.36%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=43.36%
G=29.32%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311710900.320.370.327.528.0755.29
HexAD756D020252081c37
Octal2551651550404540103467
Binary10101101111010111011010100000100101100000100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD756D; }

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

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

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

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

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

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

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

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