#AA7365

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

Shades of Coral Tree #AA7365

Tints of Coral Tree #AA7365

Color information

#AA7365 (or 0xAA7365) is unknown color: approx Coral Tree. HEX triplet: AA, 73 and 65. RGB value is (170,115,101). Sum of RGB (Red+Green+Blue) = 170+115+101=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7365 is #558C9A. Grayscale: #818181. Windows color (decimal): -5606555 or 6648746. OLE color: 6648746.

HSL color Cylindrical-coordinate representation of color #AA7365: hue angle of 12.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7365 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170115101-
CMYK00.320.410.33
HSL12.17º28.87%53.14%-
HSV(B)12.17º40.59%66.67%-
XYZ25.0621.7515.19-
YUV129.85111.72156.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=44.04%
G=29.79%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011510100.320.410.3312.1728.8753.14
HexAA73650202921c1d35
Octal2521631450405141143565
Binary10101010111001111001010100000101001100001110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7365; }

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

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

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

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

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

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

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

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