#AF5132

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

Shades of Red Stage #AF5132

Tints of Red Stage #AF5132

Color information

#AF5132 (or 0xAF5132) is unknown color: approx Red Stage. HEX triplet: AF, 51 and 32. RGB value is (175,81,50). Sum of RGB (Red+Green+Blue) = 175+81+50=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5132 is #50AECD. Grayscale: #696969. Windows color (decimal): -5287630 or 3297711. OLE color: 3297711.

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

Color convert

RGB1758150-
CMYK00.540.710.31
HSL14.88º55.56%44.12%-
HSV(B)14.88º71.43%68.63%-
XYZ21.215.234.84-
YUV105.5796.64177.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=57.19%
G=26.47%
B=16.34%

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
Decimal175815000.540.710.3114.8855.5644.12
HexAF5132036471Ff382c
Octal2571216206610737177054
Binary10101111101000111001001101101000111111111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5132; }

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

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

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

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

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

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

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

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