#AA736A

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

Shades of Coral Tree #AA736A

Tints of Coral Tree #AA736A

Color information

#AA736A (or 0xAA736A) is unknown color: approx Coral Tree. HEX triplet: AA, 73 and 6A. RGB value is (170,115,106). Sum of RGB (Red+Green+Blue) = 170+115+106=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA736A is #558C95. Grayscale: #828282. Windows color (decimal): -5606550 or 6976426. OLE color: 6976426.

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

Color convert

RGB170115106-
CMYK00.320.380.33
HSL8.44º27.35%54.12%-
HSV(B)8.44º37.65%66.67%-
XYZ25.3121.8516.52-
YUV130.42114.22156.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=43.48%
G=29.41%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011510600.320.380.338.4427.3554.12
HexAA736A020262181b36
Octal2521631520404641103366
Binary10101010111001111010100100000100110100001100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA736A; }

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

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

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

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

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

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

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

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