Html Css Color HEX #AC5534 Vesuvius

📋 copy color: '#AC5534'

red 172 ◦ green 85 ◦ blue 52

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

Shades of Vesuvius #AC5534

Tints of Vesuvius #AC5534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 55.66%
G = 27.51%
B = 16.83%

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

#AC5534 (or 0xAC5534) is known color: Vesuvius. HEX triplet: AC, 55 and 34. RGB value is (172,85,52). Sum of RGB (Red+Green+Blue) = 172+85+52=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5534 is #53AACB. Grayscale: #6B6B6B. Windows color (decimal): -5483212 or 3429804. OLE color: 3429804.

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

Color convert

RGB 172 85 52 -
CMYK 0 0.51 0.70 0.33
HSL 16.5º 0.54% 0.44% -
HSV(B) 16.5º 0.7% 0.67% -
XYZ 20.88 15.52 5.14 -
YUV 107.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 172 85 52 0 0.51 0.70 0.33 16.5 0.54 0.44
Hex AC 55 34 0 33 46 21 10 36 2C
Octal 254 125 64 0 63 106 41 20 66 54
Binary 10101100 1010101 110100 0 110011 1000110 100001 10000 110110 101100

Color Harmonies of #AC5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5534

Black with #AC5534

Text Example


Text Example

White with #AC5534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5534; }

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

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

background-color css

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

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

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

border-color css

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

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

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