Html Css Color HEX #AC5231 Red Stage

📋 copy color: '#AC5231'

red 172 ◦ green 82 ◦ blue 49

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

Shades of Red Stage #AC5231

Tints of Red Stage #AC5231

RGB

 RED value IS 172 (67.58% from 255) = 56.77%

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

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 56.77%
G = 27.06%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5231 (or 0xAC5231) is known color: Red Stage. HEX triplet: AC, 52 and 31. RGB value is (172,82,49). Sum of RGB (Red+Green+Blue) = 172+82+49=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5231 is #53ADCE. Grayscale: #696969. Windows color (decimal): -5483983 or 3232428. OLE color: 3232428.

HSL color Cylindrical-coordinate representation of color #AC5231: hue angle of 16.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC5231 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 49 -
CMYK 0 0.52 0.72 0.33
HSL 16.1º 0.56% 0.43% -
HSV(B) 16.1º 0.72% 0.67% -
XYZ 20.58 15.03 4.72 -
YUV 105.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 172 82 49 0 0.52 0.72 0.33 16.1 0.56 0.43
Hex AC 52 31 0 34 48 21 10 38 2B
Octal 254 122 61 0 64 110 41 20 70 53
Binary 10101100 1010010 110001 0 110100 1001000 100001 10000 111000 101011

Color Harmonies of #AC5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5231

Black with #AC5231

Text Example


Text Example

White with #AC5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5231; }

 p { color: rgb(172,82,49); }

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

background-color css

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

 a { background-color: rgb(172,82,49); }

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

border-color css

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

 span { border-color: rgb(172,82,49); }

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