Html Css Color HEX #AC5533 Vesuvius

📋 copy color: '#AC5533'

red 172 ◦ green 85 ◦ blue 51

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

Shades of Vesuvius #AC5533

Tints of Vesuvius #AC5533

RGB

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

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

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

R = 55.84%
G = 27.6%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC5533 (or 0xAC5533) is known color: Vesuvius. HEX triplet: AC, 55 and 33. RGB value is (172,85,51). Sum of RGB (Red+Green+Blue) = 172+85+51=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5533 is #53AACC. Grayscale: #6B6B6B. Windows color (decimal): -5483213 or 3364268. OLE color: 3364268.

HSL color Cylindrical-coordinate representation of color #AC5533: hue angle of 16.86º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5533 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 51 -
CMYK 0 0.51 0.70 0.33
HSL 16.86º 0.54% 0.44% -
HSV(B) 16.86º 0.7% 0.67% -
XYZ 20.86 15.51 5.03 -
YUV 107.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 172 85 51 0 0.51 0.70 0.33 16.86 0.54 0.44
Hex AC 55 33 0 33 46 21 11 36 2C
Octal 254 125 63 0 63 106 41 21 66 54
Binary 10101100 1010101 110011 0 110011 1000110 100001 10001 110110 101100

Color Harmonies of #AC5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5533

Black with #AC5533

Text Example


Text Example

White with #AC5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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