#AF552A

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

Shades of Red Stage #AF552A

Tints of Red Stage #AF552A

Color information

#AF552A (or 0xAF552A) is unknown color: approx Red Stage. HEX triplet: AF, 55 and 2A. RGB value is (175,85,42). Sum of RGB (Red+Green+Blue) = 175+85+42=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF552A is #50AAD5. Grayscale: #6B6B6B. Windows color (decimal): -5286614 or 2774447. OLE color: 2774447.

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

Color convert

RGB1758542-
CMYK00.510.760.31
HSL19.4º61.29%42.55%-
HSV(B)19.4º76%68.63%-
XYZ21.3515.784.11-
YUV107.0191.32176.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=57.95%
G=28.15%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175854200.510.760.3119.461.2942.55
HexAF552A0334C1F133d2b
Octal2571255206311437237553
Binary101011111010101101010011001110011001111110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF552A; }

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

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

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

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

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

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

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

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