#AA5A45

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

Shades of Crail #AA5A45

Tints of Crail #AA5A45

Color information

#AA5A45 (or 0xAA5A45) is unknown color: approx Crail. HEX triplet: AA, 5A and 45. RGB value is (170,90,69). Sum of RGB (Red+Green+Blue) = 170+90+69=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A45 is #55A5BA. Grayscale: #6F6F6F. Windows color (decimal): -5612987 or 4545194. OLE color: 4545194.

HSL color Cylindrical-coordinate representation of color #AA5A45: hue angle of 12.48º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5A45 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1709069-
CMYK00.470.590.33
HSL12.48º42.26%46.86%-
HSV(B)12.48º59.41%66.67%-
XYZ21.3116.297.65-
YUV111.53104169.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=51.67%
G=27.36%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170906900.470.590.3312.4842.2646.86
HexAA5A4502F3B21c2a2f
Octal2521321050577341145257
Binary101010101011010100010101011111110111000011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A45; }

 p { color: rgb(170,90,69); }

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

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

 a { background-color: rgb(170,90,69); }

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

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

 span { border-color: rgb(170,90,69); }

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