#AA7161

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

Shades of Coral Tree #AA7161

Tints of Coral Tree #AA7161

Color information

#AA7161 (or 0xAA7161) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 61. RGB value is (170,113,97). Sum of RGB (Red+Green+Blue) = 170+113+97=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7161 is #558E9E. Grayscale: #808080. Windows color (decimal): -5607071 or 6386090. OLE color: 6386090.

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

Color convert

RGB17011397-
CMYK00.340.430.33
HSL13.15º30.04%52.35%-
HSV(B)13.15º42.94%66.67%-
XYZ24.6421.2214.11-
YUV128.22110.38157.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=44.74%
G=29.74%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701139700.340.430.3313.1530.0452.35
HexAA71610222B21d1e34
Octal2521611410425341153664
Binary10101010111000111000010100010101011100001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7161; }

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

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

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

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

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

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

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

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