#AA7465

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

Shades of Coral Tree #AA7465

Tints of Coral Tree #AA7465

Color information

#AA7465 (or 0xAA7465) is unknown color: approx Coral Tree. HEX triplet: AA, 74 and 65. RGB value is (170,116,101). Sum of RGB (Red+Green+Blue) = 170+116+101=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7465 is #558B9A. Grayscale: #828282. Windows color (decimal): -5606299 or 6649002. OLE color: 6649002.

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

Color convert

RGB170116101-
CMYK00.320.410.33
HSL13.04º28.87%53.14%-
HSV(B)13.04º40.59%66.67%-
XYZ25.1721.9815.23-
YUV130.44111.39156.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=43.93%
G=29.97%
B=26.10%

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
Decimal17011610100.320.410.3313.0428.8753.14
HexAA74650202921d1d35
Octal2521641450405141153565
Binary10101010111010011001010100000101001100001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7465; }

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

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

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

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

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

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

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

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