#AA726E

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

Shades of Coral Tree #AA726E

Tints of Coral Tree #AA726E

Color information

#AA726E (or 0xAA726E) is unknown color: approx Coral Tree. HEX triplet: AA, 72 and 6E. RGB value is (170,114,110). Sum of RGB (Red+Green+Blue) = 170+114+110=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA726E is #558D91. Grayscale: #828282. Windows color (decimal): -5606802 or 7238314. OLE color: 7238314.

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

Color convert

RGB170114110-
CMYK00.330.350.33
HSL26.09%54.9%-
HSV(B)35.29%66.67%-
XYZ25.4121.7117.6-
YUV130.29116.55156.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=43.15%
G=28.93%
B=27.92%

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
Decimal17011411000.330.350.33426.0954.9
HexAA726E021232141a37
Octal252162156041434143267
Binary1010101011100101101110010000110001110000110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA726E; }

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

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

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

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

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

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

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

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