#AA5C4A

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

Shades of Crail #AA5C4A

Tints of Crail #AA5C4A

Color information

#AA5C4A (or 0xAA5C4A) is unknown color: approx Crail. HEX triplet: AA, 5C and 4A. RGB value is (170,92,74). Sum of RGB (Red+Green+Blue) = 170+92+74=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C4A is #55A3B5. Grayscale: #717171. Windows color (decimal): -5612470 or 4873386. OLE color: 4873386.

HSL color Cylindrical-coordinate representation of color #AA5C4A: hue angle of 11.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA5C4A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1709274-
CMYK00.460.560.33
HSL11.25º39.34%47.84%-
HSV(B)11.25º56.47%66.67%-
XYZ21.6416.698.56-
YUV113.27105.84168.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=50.60%
G=27.38%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170927400.460.560.3311.2539.3447.84
HexAA5C4A02E3821b2730
Octal2521341120567041134760
Binary101010101011100100101001011101110001000011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C4A; }

 p { color: rgb(170,92,74); }

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

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

 a { background-color: rgb(170,92,74); }

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

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

 span { border-color: rgb(170,92,74); }

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