#AA7171

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

Shades of Coral Tree #AA7171

Tints of Coral Tree #AA7171

Color information

#AA7171 (or 0xAA7171) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 71. RGB value is (170,113,113). Sum of RGB (Red+Green+Blue) = 170+113+113=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7171 is #558E8E. Grayscale: #828282. Windows color (decimal): -5607055 or 7434666. OLE color: 7434666.

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

Color convert

RGB170113113-
CMYK00.340.340.33
HSL25.11%55.49%-
HSV(B)33.53%66.67%-
XYZ25.4621.5518.44-
YUV130.04118.38156.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=42.93%
G=28.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011311300.340.340.33025.1155.49
HexAA7171022222101937
Octal252161161042424103167
Binary10101010111000111100010100010100010100001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7171; }

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

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

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

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

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

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

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

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