#AA6A5D

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

Shades of Coral Tree #AA6A5D

Tints of Coral Tree #AA6A5D

Color information

#AA6A5D (or 0xAA6A5D) is unknown color: approx Coral Tree. HEX triplet: AA, 6A and 5D. RGB value is (170,106,93). Sum of RGB (Red+Green+Blue) = 170+106+93=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A5D is #5595A2. Grayscale: #7B7B7B. Windows color (decimal): -5608867 or 6122154. OLE color: 6122154.

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

Color convert

RGB17010693-
CMYK00.380.450.33
HSL10.13º31.17%51.57%-
HSV(B)10.13º45.29%66.67%-
XYZ23.7119.6412.9-
YUV123.65110.7161.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=46.07%
G=28.73%
B=25.20%

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
Decimal1701069300.380.450.3310.1331.1751.57
HexAA6A5D0262D21a1f34
Octal2521521350465541123764
Binary10101010110101010111010100110101101100001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A5D; }

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

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

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

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

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

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

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

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