#AD776C

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

Shades of Coral Tree #AD776C

Tints of Coral Tree #AD776C

Color information

#AD776C (or 0xAD776C) is unknown color: approx Coral Tree. HEX triplet: AD, 77 and 6C. RGB value is (173,119,108). Sum of RGB (Red+Green+Blue) = 173+119+108=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD776C is #528893. Grayscale: #858585. Windows color (decimal): -5408916 or 7108525. OLE color: 7108525.

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

Color convert

RGB173119108-
CMYK00.310.380.32
HSL10.15º28.38%55.1%-
HSV(B)10.15º37.57%67.84%-
XYZ26.5423.1617.26-
YUV133.89113.39155.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 108 (42.58% from 255) = 27%
R=43.25%
G=29.75%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311910800.310.380.3210.1528.3855.1
HexAD776C01F2620a1c37
Octal2551671540374640123467
Binary1010110111101111101100011111100110100000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD776C; }

 p { color: rgb(173,119,108); }

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

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

 a { background-color: rgb(173,119,108); }

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

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

 span { border-color: rgb(173,119,108); }

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