#AF532E

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

Shades of Red Stage #AF532E

Tints of Red Stage #AF532E

Color information

#AF532E (or 0xAF532E) is unknown color: approx Red Stage. HEX triplet: AF, 53 and 2E. RGB value is (175,83,46). Sum of RGB (Red+Green+Blue) = 175+83+46=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF532E is #50ACD1. Grayscale: #6A6A6A. Windows color (decimal): -5287122 or 3036079. OLE color: 3036079.

HSL color Cylindrical-coordinate representation of color #AF532E: hue angle of 17.21º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF532E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1758346-
CMYK00.530.740.31
HSL17.21º58.37%43.33%-
HSV(B)17.21º73.71%68.63%-
XYZ21.2715.54.46-
YUV106.2993.98177.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=57.57%
G=27.30%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175834600.530.740.3117.2158.3743.33
HexAF532E0354A1F113a2b
Octal2571235606511237217253
Binary101011111010011101110011010110010101111110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF532E; }

 p { color: rgb(175,83,46); }

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

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

 a { background-color: rgb(175,83,46); }

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

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

 span { border-color: rgb(175,83,46); }

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