#AF5234

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

Shades of Red Stage #AF5234

Tints of Red Stage #AF5234

Color information

#AF5234 (or 0xAF5234) is unknown color: approx Red Stage. HEX triplet: AF, 52 and 34. RGB value is (175,82,52). Sum of RGB (Red+Green+Blue) = 175+82+52=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5234 is #50ADCB. Grayscale: #6A6A6A. Windows color (decimal): -5287372 or 3429039. OLE color: 3429039.

HSL color Cylindrical-coordinate representation of color #AF5234: hue angle of 14.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5234 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1758252-
CMYK00.530.700.31
HSL14.63º54.19%44.51%-
HSV(B)14.63º70.29%68.63%-
XYZ21.3215.45.1-
YUV106.3997.31176.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=56.63%
G=26.54%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175825200.530.700.3114.6354.1944.51
HexAF5234035461Ff362d
Octal2571226406510637176655
Binary10101111101001011010001101011000110111111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5234; }

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

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

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

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

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

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

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

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