#AA726A

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

Shades of Coral Tree #AA726A

Tints of Coral Tree #AA726A

Color information

#AA726A (or 0xAA726A) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 6A. RGB value is (170,114,106). Sum of RGB (Red+Green+Blue) = 170+114+106=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726A is #558D95. Grayscale: #818181. Windows color (decimal): -5606806 or 6976170. OLE color: 6976170.

HSL color Cylindrical-coordinate representation of color #AA726A: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA726A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170114106-
CMYK00.330.380.33
HSL7.5º27.35%54.12%-
HSV(B)7.5º37.65%66.67%-
XYZ25.221.6216.48-
YUV129.83114.55156.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=43.59%
G=29.23%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011410600.330.380.337.527.3554.12
HexAA726A021262181b36
Octal2521621520414641103366
Binary10101010111001011010100100001100110100001100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA726A; }

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

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

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

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

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

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

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

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