#AA7271

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

Shades of Coral Tree #AA7271

Tints of Coral Tree #AA7271

Color information

#AA7271 (or 0xAA7271) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 71. RGB value is (170,114,113). Sum of RGB (Red+Green+Blue) = 170+114+113=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7271 is #558D8E. Grayscale: #828282. Windows color (decimal): -5606799 or 7434922. OLE color: 7434922.

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

Color convert

RGB170114113-
CMYK00.330.340.33
HSL1.05º25.11%55.49%-
HSV(B)1.05º33.53%66.67%-
XYZ25.5821.7718.48-
YUV130.63118.05156.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=42.82%
G=28.72%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011411300.330.340.331.0525.1155.49
HexAA7271021222111937
Octal252162161041424113167
Binary10101010111001011100010100001100010100001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7271; }

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

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

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

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

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

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

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

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