#AF5433

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

Shades of Red Stage #AF5433

Tints of Red Stage #AF5433

Color information

#AF5433 (or 0xAF5433) is unknown color: approx Red Stage. HEX triplet: AF, 54 and 33. RGB value is (175,84,51). Sum of RGB (Red+Green+Blue) = 175+84+51=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5433 is #50ABCC. Grayscale: #6B6B6B. Windows color (decimal): -5286861 or 3364015. OLE color: 3364015.

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

Color convert

RGB1758451-
CMYK00.520.710.31
HSL15.97º54.87%44.31%-
HSV(B)15.97º70.86%68.63%-
XYZ21.4515.695.03-
YUV107.4596.15176.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=56.45%
G=27.10%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175845100.520.710.3115.9754.8744.31
HexAF5433034471F10372c
Octal2571246306410737206754
Binary101011111010100110011011010010001111111110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5433; }

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

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

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

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

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

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

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

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