#AA6E5E

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

Shades of Coral Tree #AA6E5E

Tints of Coral Tree #AA6E5E

Color information

#AA6E5E (or 0xAA6E5E) is unknown color: approx Coral Tree. HEX triplet: AA, 6E and 5E. RGB value is (170,110,94). Sum of RGB (Red+Green+Blue) = 170+110+94=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E5E is #5591A1. Grayscale: #7E7E7E. Windows color (decimal): -5607842 or 6188714. OLE color: 6188714.

HSL color Cylindrical-coordinate representation of color #AA6E5E: hue angle of 12.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6E5E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17011094-
CMYK00.350.450.33
HSL12.63º30.89%51.76%-
HSV(B)12.63º44.71%66.67%-
XYZ24.1720.5113.27-
YUV126.12109.88159.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 94 (37.11% from 255) = 25.13%
R=45.45%
G=29.41%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701109400.350.450.3312.6330.8951.76
HexAA6E5E0232D21d1f34
Octal2521561360435541153764
Binary10101010110111010111100100011101101100001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E5E; }

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

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

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

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

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

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

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

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