#AD756E

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

Shades of Coral Tree #AD756E

Tints of Coral Tree #AD756E

Color information

#AD756E (or 0xAD756E) is unknown color: approx Coral Tree. HEX triplet: AD, 75 and 6E. RGB value is (173,117,110). Sum of RGB (Red+Green+Blue) = 173+117+110=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756E is #528A91. Grayscale: #858585. Windows color (decimal): -5409426 or 7239085. OLE color: 7239085.

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

Color convert

RGB173117110-
CMYK00.320.360.32
HSL6.67º27.75%55.49%-
HSV(B)6.67º36.42%67.84%-
XYZ26.4122.7317.75-
YUV132.95115.05156.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=43.25%
G=29.25%
B=27.5%

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
Decimal17311711000.320.360.326.6727.7555.49
HexAD756E020242071c37
Octal255165156040444073467
Binary1010110111101011101110010000010010010000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD756E; }

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

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

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

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

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

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

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

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