Html Css Color HEX #AF5333 Red Stage

📋 copy color: '#AF5333'

red 175 ◦ green 83 ◦ blue 51

#AF5333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #AF5333

Tints of Red Stage #AF5333

RGB

 RED value IS 175 (68.75% from 255) = 56.63%

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 56.63%
G = 26.86%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5333 (or 0xAF5333) is known color: Red Stage. HEX triplet: AF, 53 and 33. RGB value is (175,83,51). Sum of RGB (Red+Green+Blue) = 175+83+51=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5333 is #50ACCC. Grayscale: #6B6B6B. Windows color (decimal): -5287117 or 3363759. OLE color: 3363759.

HSL color Cylindrical-coordinate representation of color #AF5333: hue angle of 15.48º 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 #AF5333 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 51 -
CMYK 0 0.53 0.71 0.31
HSL 15.48º 0.55% 0.44% -
HSV(B) 15.48º 0.71% 0.69% -
XYZ 21.37 15.54 5.01 -
YUV 106.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 175 83 51 0 0.53 0.71 0.31 15.48 0.55 0.44
Hex AF 53 33 0 35 47 1F F 37 2C
Octal 257 123 63 0 65 107 37 17 67 54
Binary 10101111 1010011 110011 0 110101 1000111 11111 1111 110111 101100

Color Harmonies of #AF5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5333

Black with #AF5333

Text Example


Text Example

White with #AF5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5333; }

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

 H1.HeaderClassName
 {
   color: #AF5333;
 }
 .AnyTagClassName
 {
   color: #AF5333;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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