#AF5230

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

Shades of Red Stage #AF5230

Tints of Red Stage #AF5230

Color information

#AF5230 (or 0xAF5230) is unknown color: approx Red Stage. HEX triplet: AF, 52 and 30. RGB value is (175,82,48). Sum of RGB (Red+Green+Blue) = 175+82+48=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5230 is #50ADCF. Grayscale: #6A6A6A. Windows color (decimal): -5287376 or 3166895. OLE color: 3166895.

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

Color convert

RGB1758248-
CMYK00.530.730.31
HSL16.06º56.95%43.73%-
HSV(B)16.06º72.57%68.63%-
XYZ21.2315.364.64-
YUV105.9395.31177.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=57.38%
G=26.89%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175824800.530.730.3116.0656.9543.73
HexAF5230035491F10392c
Octal2571226006511137207154
Binary101011111010010110000011010110010011111110000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5230; }

 p { color: rgb(175,82,48); }

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

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

 a { background-color: rgb(175,82,48); }

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

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

 span { border-color: rgb(175,82,48); }

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