#AF4F33

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

Shades of Red Stage #AF4F33

Tints of Red Stage #AF4F33

Color information

#AF4F33 (or 0xAF4F33) is unknown color: approx Red Stage. HEX triplet: AF, 4F and 33. RGB value is (175,79,51). Sum of RGB (Red+Green+Blue) = 175+79+51=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F33 is #50B0CC. Grayscale: #686868. Windows color (decimal): -5288141 or 3362735. OLE color: 3362735.

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

Color convert

RGB1757951-
CMYK00.550.710.31
HSL13.55º54.87%44.31%-
HSV(B)13.55º70.86%68.63%-
XYZ21.0714.944.91-
YUV104.5197.8178.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=57.38%
G=25.90%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175795100.550.710.3113.5554.8744.31
HexAF4F33037471Fe372c
Octal2571176306710737166754
Binary10101111100111111001101101111000111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F33; }

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

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

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

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

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

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

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

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