#AF5134

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

Shades of Red Stage #AF5134

Tints of Red Stage #AF5134

Color information

#AF5134 (or 0xAF5134) is unknown color: approx Red Stage. HEX triplet: AF, 51 and 34. RGB value is (175,81,52). Sum of RGB (Red+Green+Blue) = 175+81+52=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5134 is #50AECB. Grayscale: #6A6A6A. Windows color (decimal): -5287628 or 3428783. OLE color: 3428783.

HSL color Cylindrical-coordinate representation of color #AF5134: hue angle of 14.15º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5134 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1758152-
CMYK00.540.700.31
HSL14.15º54.19%44.51%-
HSV(B)14.15º70.29%68.63%-
XYZ21.2415.255.07-
YUV105.897.64177.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=56.82%
G=26.30%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175815200.540.700.3114.1554.1944.51
HexAF5134036461Fe362d
Octal2571216406610637166655
Binary10101111101000111010001101101000110111111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5134; }

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

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

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

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

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

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

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

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