#AF522C

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

Shades of Red Stage #AF522C

Tints of Red Stage #AF522C

Color information

#AF522C (or 0xAF522C) is unknown color: approx Red Stage. HEX triplet: AF, 52 and 2C. RGB value is (175,82,44). Sum of RGB (Red+Green+Blue) = 175+82+44=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF522C is #50ADD3. Grayscale: #696969. Windows color (decimal): -5287380 or 2904751. OLE color: 2904751.

HSL color Cylindrical-coordinate representation of color #AF522C: hue angle of 17.4º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF522C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1758244-
CMYK00.530.750.31
HSL17.4º59.82%42.94%-
HSV(B)17.4º74.86%68.63%-
XYZ21.1515.334.23-
YUV105.4893.31177.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=58.14%
G=27.24%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175824400.530.750.3117.459.8242.94
HexAF522C0354B1F113c2b
Octal2571225406511337217453
Binary101011111010010101100011010110010111111110001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF522C; }

 p { color: rgb(175,82,44); }

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

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

 a { background-color: rgb(175,82,44); }

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

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

 span { border-color: rgb(175,82,44); }

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