#AA746F

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

Shades of Coral Tree #AA746F

Tints of Coral Tree #AA746F

Color information

#AA746F (or 0xAA746F) is unknown color: approx Coral Tree. HEX triplet: AA, 74 and 6F. RGB value is (170,116,111). Sum of RGB (Red+Green+Blue) = 170+116+111=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA746F is #558B90. Grayscale: #838383. Windows color (decimal): -5606289 or 7304362. OLE color: 7304362.

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

Color convert

RGB170116111-
CMYK00.320.350.33
HSL5.08º25.76%55.1%-
HSV(B)5.08º34.71%66.67%-
XYZ25.6922.1817.97-
YUV131.58116.39155.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=42.82%
G=29.22%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011611100.320.350.335.0825.7655.1
HexAA746F020232151a37
Octal252164157040434153267
Binary1010101011101001101111010000010001110000110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA746F; }

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

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

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

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

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

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

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

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