#AA6A5E

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

Shades of Coral Tree #AA6A5E

Tints of Coral Tree #AA6A5E

Color information

#AA6A5E (or 0xAA6A5E) is unknown color: approx Coral Tree. HEX triplet: AA, 6A and 5E. RGB value is (170,106,94). Sum of RGB (Red+Green+Blue) = 170+106+94=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A5E is #5595A1. Grayscale: #7B7B7B. Windows color (decimal): -5608866 or 6187690. OLE color: 6187690.

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

Color convert

RGB17010694-
CMYK00.380.450.33
HSL9.47º30.89%51.76%-
HSV(B)9.47º44.71%66.67%-
XYZ23.7519.6613.13-
YUV123.77111.2160.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=45.95%
G=28.65%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701069400.380.450.339.4730.8951.76
HexAA6A5E0262D2191f34
Octal2521521360465541113764
Binary10101010110101010111100100110101101100001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A5E; }

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

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

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

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

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

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

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

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