Html Css Color HEX #AC5530 Red Stage

📋 copy color: '#AC5530'

red 172 ◦ green 85 ◦ blue 48

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

Shades of Red Stage #AC5530

Tints of Red Stage #AC5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 56.39%
G = 27.87%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5530 (or 0xAC5530) is known color: Red Stage. HEX triplet: AC, 55 and 30. RGB value is (172,85,48). Sum of RGB (Red+Green+Blue) = 172+85+48=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5530 is #53AACF. Grayscale: #6B6B6B. Windows color (decimal): -5483216 or 3167660. OLE color: 3167660.

HSL color Cylindrical-coordinate representation of color #AC5530: hue angle of 17.9º 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 #AC5530 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 48 -
CMYK 0 0.51 0.72 0.33
HSL 17.9º 0.56% 0.43% -
HSV(B) 17.9º 0.72% 0.67% -
XYZ 20.8 15.48 4.69 -
YUV 106.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 172 85 48 0 0.51 0.72 0.33 17.9 0.56 0.43
Hex AC 55 30 0 33 48 21 12 38 2B
Octal 254 125 60 0 63 110 41 22 70 53
Binary 10101100 1010101 110000 0 110011 1001000 100001 10010 111000 101011

Color Harmonies of #AC5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5530

Black with #AC5530

Text Example


Text Example

White with #AC5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5530; }

 p { color: rgb(172,85,48); }

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

background-color css

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

 a { background-color: rgb(172,85,48); }

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

border-color css

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

 span { border-color: rgb(172,85,48); }

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