#AA7771

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

Shades of Coral Tree #AA7771

Tints of Coral Tree #AA7771

Color information

#AA7771 (or 0xAA7771) is unknown color: approx Coral Tree. HEX triplet: AA, 77 and 71. RGB value is (170,119,113). Sum of RGB (Red+Green+Blue) = 170+119+113=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7771 is #55888E. Grayscale: #858585. Windows color (decimal): -5605519 or 7436202. OLE color: 7436202.

HSL color Cylindrical-coordinate representation of color #AA7771: hue angle of 6.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7771 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170119113-
CMYK00.30.340.33
HSL6.32º25.11%55.49%-
HSV(B)6.32º33.53%66.67%-
XYZ26.1622.9318.67-
YUV133.56116.4153.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=42.29%
G=29.60%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011911300.30.340.336.3225.1155.49
HexAA777101E222161937
Octal252167161036424163167
Binary101010101110111111000101111010001010000111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7771; }

 p { color: rgb(170,119,113); }

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

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

 a { background-color: rgb(170,119,113); }

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

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

 span { border-color: rgb(170,119,113); }

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