#AD756A

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

Shades of Coral Tree #AD756A

Tints of Coral Tree #AD756A

Color information

#AD756A (or 0xAD756A) is unknown color: approx Coral Tree. HEX triplet: AD, 75 and 6A. RGB value is (173,117,106). Sum of RGB (Red+Green+Blue) = 173+117+106=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756A is #528A95. Grayscale: #848484. Windows color (decimal): -5409430 or 6976941. OLE color: 6976941.

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

Color convert

RGB173117106-
CMYK00.320.390.32
HSL9.85º29%54.71%-
HSV(B)9.85º38.73%67.84%-
XYZ26.222.6516.63-
YUV132.49113.05156.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=43.69%
G=29.55%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311710600.320.390.329.852954.71
HexAD756A0202720a1d37
Octal2551651520404740123567
Binary10101101111010111010100100000100111100000101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD756A; }

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

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

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

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

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

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

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

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