#AF5133

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

Shades of Red Stage #AF5133

Tints of Red Stage #AF5133

Color information

#AF5133 (or 0xAF5133) is unknown color: approx Red Stage. HEX triplet: AF, 51 and 33. RGB value is (175,81,51). Sum of RGB (Red+Green+Blue) = 175+81+51=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5133 is #50AECC. Grayscale: #696969. Windows color (decimal): -5287629 or 3363247. OLE color: 3363247.

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

Color convert

RGB1758151-
CMYK00.540.710.31
HSL14.52º54.87%44.31%-
HSV(B)14.52º70.86%68.63%-
XYZ21.2215.244.95-
YUV105.6997.14177.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=57.00%
G=26.38%
B=16.61%

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
Decimal175815100.540.710.3114.5254.8744.31
HexAF5133036471Ff372c
Octal2571216306610737176754
Binary10101111101000111001101101101000111111111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5133; }

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

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

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

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

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

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

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

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