#AA726F

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

Shades of Coral Tree #AA726F

Tints of Coral Tree #AA726F

Color information

#AA726F (or 0xAA726F) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 6F. RGB value is (170,114,111). Sum of RGB (Red+Green+Blue) = 170+114+111=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726F is #558D90. Grayscale: #828282. Windows color (decimal): -5606801 or 7303850. OLE color: 7303850.

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

Color convert

RGB170114111-
CMYK00.330.350.33
HSL3.05º25.76%55.1%-
HSV(B)3.05º34.71%66.67%-
XYZ25.4621.7317.89-
YUV130.4117.05156.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=43.04%
G=28.86%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011411100.330.350.333.0525.7655.1
HexAA726F021232131a37
Octal252162157041434133267
Binary101010101110010110111101000011000111000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA726F; }

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

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

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

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

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

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

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

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