#AA5F54

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

Shades of Crail #AA5F54

Tints of Crail #AA5F54

Color information

#AA5F54 (or 0xAA5F54) is unknown color: approx Crail. HEX triplet: AA, 5F and 54. RGB value is (170,95,84). Sum of RGB (Red+Green+Blue) = 170+95+84=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F54 is #55A0AB. Grayscale: #747474. Windows color (decimal): -5611692 or 5529514. OLE color: 5529514.

HSL color Cylindrical-coordinate representation of color #AA5F54: hue angle of 7.67º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5F54 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1709584-
CMYK00.440.510.33
HSL7.67º33.86%49.8%-
HSV(B)7.67º50.59%66.67%-
XYZ22.2717.3710.57-
YUV116.17109.85166.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=48.71%
G=27.22%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170958400.440.510.337.6733.8649.8
HexAA5F5402C332182232
Octal2521371240546341104262
Binary101010101011111101010001011001100111000011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F54; }

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

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

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

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

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

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

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

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