#AA7061

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

Shades of Coral Tree #AA7061

Tints of Coral Tree #AA7061

Color information

#AA7061 (or 0xAA7061) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 61. RGB value is (170,112,97). Sum of RGB (Red+Green+Blue) = 170+112+97=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7061 is #558F9E. Grayscale: #7F7F7F. Windows color (decimal): -5607327 or 6385834. OLE color: 6385834.

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

Color convert

RGB17011297-
CMYK00.340.430.33
HSL12.33º30.04%52.35%-
HSV(B)12.33º42.94%66.67%-
XYZ24.532114.07-
YUV127.63110.72158.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=44.85%
G=29.55%
B=25.59%

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
Decimal1701129700.340.430.3312.3330.0452.35
HexAA70610222B21c1e34
Octal2521601410425341143664
Binary10101010111000011000010100010101011100001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7061; }

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

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

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

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

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

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

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

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