Html Css Color HEX #AF5232 Red Stage

📋 copy color: '#AF5232'

red 175 ◦ green 82 ◦ blue 50

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

Shades of Red Stage #AF5232

Tints of Red Stage #AF5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 57%
G = 26.71%
B = 16.29%

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

#AF5232 (or 0xAF5232) is known color: Red Stage. HEX triplet: AF, 52 and 32. RGB value is (175,82,50). Sum of RGB (Red+Green+Blue) = 175+82+50=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5232 is #50ADCD. Grayscale: #6A6A6A. Windows color (decimal): -5287374 or 3297967. OLE color: 3297967.

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

Color convert

RGB 175 82 50 -
CMYK 0 0.53 0.71 0.31
HSL 15.36º 0.56% 0.44% -
HSV(B) 15.36º 0.71% 0.69% -
XYZ 21.27 15.38 4.86 -
YUV 106.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 175 82 50 0 0.53 0.71 0.31 15.36 0.56 0.44
Hex AF 52 32 0 35 47 1F F 38 2C
Octal 257 122 62 0 65 107 37 17 70 54
Binary 10101111 1010010 110010 0 110101 1000111 11111 1111 111000 101100

Color Harmonies of #AF5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5232

Black with #AF5232

Text Example


Text Example

White with #AF5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5232; }

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

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

background-color css

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

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

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

border-color css

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

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

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