#AA5F4B

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

Shades of Crail #AA5F4B

Tints of Crail #AA5F4B

Color information

#AA5F4B (or 0xAA5F4B) is unknown color: approx Crail. HEX triplet: AA, 5F and 4B. RGB value is (170,95,75). Sum of RGB (Red+Green+Blue) = 170+95+75=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5F4B is #55A0B4. Grayscale: #737373. Windows color (decimal): -5611701 or 4939690. OLE color: 4939690.

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

Color convert

RGB1709575-
CMYK00.440.560.33
HSL12.63º38.78%48.04%-
HSV(B)12.63º55.88%66.67%-
XYZ21.9417.248.83-
YUV115.14105.35167.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=50%
G=27.94%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170957500.440.560.3312.6338.7848.04
HexAA5F4B02C3821d2730
Octal2521371130547041154760
Binary101010101011111100101101011001110001000011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F4B; }

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

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

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

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

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

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

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

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