#AF5232

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

Shades of Red Stage #AF5232

Tints of Red Stage #AF5232

Color information

#AF5232 (or 0xAF5232) is unknown color: approx Red Stage. HEX triplet: AF, 52 and 32. RGB value is (175,82,50). Sum of RGB (Red+Green+Blue) = 175+82+50=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5232 is #50ADCD. Grayscale: #6A6A6A. Windows color (decimal): -5287374 or 3297967. OLE color: 3297967.

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

Color convert

RGB1758250-
CMYK00.530.710.31
HSL15.36º55.56%44.12%-
HSV(B)15.36º71.43%68.63%-
XYZ21.2715.384.86-
YUV106.1696.31177.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=57.00%
G=26.71%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175825000.530.710.3115.3655.5644.12
HexAF5232035471Ff382c
Octal2571226206510737177054
Binary10101111101001011001001101011000111111111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5232; }

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

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

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

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

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

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

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

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