#AA5F5E

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

Shades of Coral Tree #AA5F5E

Tints of Coral Tree #AA5F5E

Color information

#AA5F5E (or 0xAA5F5E) is unknown color: approx Coral Tree. HEX triplet: AA, 5F and 5E. RGB value is (170,95,94). Sum of RGB (Red+Green+Blue) = 170+95+94=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F5E is #55A0A1. Grayscale: #757575. Windows color (decimal): -5611682 or 6184874. OLE color: 6184874.

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

Color convert

RGB1709594-
CMYK00.440.450.33
HSL0.79º30.89%51.76%-
HSV(B)0.79º44.71%66.67%-
XYZ22.6917.5412.78-
YUV117.31114.85165.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=47.35%
G=26.46%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170959400.440.450.330.7930.8951.76
HexAA5F5E02C2D2111f34
Octal252137136054554113764
Binary10101010101111110111100101100101101100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F5E; }

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

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

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

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

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

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

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

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