#AF542C

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

Shades of Red Stage #AF542C

Tints of Red Stage #AF542C

Color information

#AF542C (or 0xAF542C) is unknown color: approx Red Stage. HEX triplet: AF, 54 and 2C. RGB value is (175,84,44). Sum of RGB (Red+Green+Blue) = 175+84+44=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF542C is #50ABD3. Grayscale: #6A6A6A. Windows color (decimal): -5286868 or 2905263. OLE color: 2905263.

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

Color convert

RGB1758444-
CMYK00.520.750.31
HSL18.32º59.82%42.94%-
HSV(B)18.32º74.86%68.63%-
XYZ21.315.644.28-
YUV106.6592.65176.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=57.76%
G=27.72%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175844400.520.750.3118.3259.8242.94
HexAF542C0344B1F123c2b
Octal2571245406411337227453
Binary101011111010100101100011010010010111111110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF542C; }

 p { color: rgb(175,84,44); }

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

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

 a { background-color: rgb(175,84,44); }

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

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

 span { border-color: rgb(175,84,44); }

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