#AF5033

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

Shades of Red Stage #AF5033

Tints of Red Stage #AF5033

Color information

#AF5033 (or 0xAF5033) is unknown color: approx Red Stage. HEX triplet: AF, 50 and 33. RGB value is (175,80,51). Sum of RGB (Red+Green+Blue) = 175+80+51=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5033 is #50AFCC. Grayscale: #696969. Windows color (decimal): -5287885 or 3362991. OLE color: 3362991.

HSL color Cylindrical-coordinate representation of color #AF5033: hue angle of 14.03º degrees, saturation: 0.55, 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 #AF5033 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1758051-
CMYK00.540.710.31
HSL14.03º54.87%44.31%-
HSV(B)14.03º70.86%68.63%-
XYZ21.1515.094.93-
YUV105.197.47177.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=57.19%
G=26.14%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175805100.540.710.3114.0354.8744.31
HexAF5033036471Fe372c
Octal2571206306610737166754
Binary10101111101000011001101101101000111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5033; }

 p { color: rgb(175,80,51); }

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

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

 a { background-color: rgb(175,80,51); }

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

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

 span { border-color: rgb(175,80,51); }

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