#AF5533

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

Shades of Red Stage #AF5533

Tints of Red Stage #AF5533

Color information

#AF5533 (or 0xAF5533) is unknown color: approx Red Stage. HEX triplet: AF, 55 and 33. RGB value is (175,85,51). Sum of RGB (Red+Green+Blue) = 175+85+51=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5533 is #50AACC. Grayscale: #6C6C6C. Windows color (decimal): -5286605 or 3364271. OLE color: 3364271.

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

Color convert

RGB1758551-
CMYK00.510.710.31
HSL16.45º54.87%44.31%-
HSV(B)16.45º70.86%68.63%-
XYZ21.5315.855.06-
YUV108.0395.82175.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=56.27%
G=27.33%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175855100.510.710.3116.4554.8744.31
HexAF5533033471F10372c
Octal2571256306310737206754
Binary101011111010101110011011001110001111111110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5533; }

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

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

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

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

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

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

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

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