#AD7775

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

Shades of Coral Tree #AD7775

Tints of Coral Tree #AD7775

Color information

#AD7775 (or 0xAD7775) is unknown color: approx Coral Tree. HEX triplet: AD, 77 and 75. RGB value is (173,119,117). Sum of RGB (Red+Green+Blue) = 173+119+117=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7775 is #52888A. Grayscale: #868686. Windows color (decimal): -5408907 or 7698349. OLE color: 7698349.

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

Color convert

RGB173119117-
CMYK00.310.320.32
HSL2.14º25.45%56.86%-
HSV(B)2.14º32.37%67.84%-
XYZ27.0423.3619.91-
YUV134.92117.89155.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=42.30%
G=29.10%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311911700.310.320.322.1425.4556.86
HexAD777501F202021939
Octal255167165037404023171
Binary10101101111011111101010111111000001000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7775; }

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

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

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

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

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

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

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

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