#AA5A4B

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

Shades of Crail #AA5A4B

Tints of Crail #AA5A4B

Color information

#AA5A4B (or 0xAA5A4B) is unknown color: approx Crail. HEX triplet: AA, 5A and 4B. RGB value is (170,90,75). Sum of RGB (Red+Green+Blue) = 170+90+75=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A4B is #55A5B4. Grayscale: #707070. Windows color (decimal): -5612981 or 4938410. OLE color: 4938410.

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

Color convert

RGB1709075-
CMYK00.470.560.33
HSL9.47º38.78%48.04%-
HSV(B)9.47º55.88%66.67%-
XYZ21.516.378.68-
YUV112.21107169.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=50.75%
G=26.87%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170907500.470.560.339.4738.7848.04
HexAA5A4B02F382192730
Octal2521321130577041114760
Binary101010101011010100101101011111110001000011001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A4B; }

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

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

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

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

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

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

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

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