Html Css Color HEX #AC5432 Vesuvius

📋 copy color: '#AC5432'

red 172 ◦ green 84 ◦ blue 50

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

Shades of Vesuvius #AC5432

Tints of Vesuvius #AC5432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 56.21%
G = 27.45%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC5432 (or 0xAC5432) is known color: Vesuvius. HEX triplet: AC, 54 and 32. RGB value is (172,84,50). Sum of RGB (Red+Green+Blue) = 172+84+50=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5432 is #53ABCD. Grayscale: #6A6A6A. Windows color (decimal): -5483470 or 3298476. OLE color: 3298476.

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

Color convert

RGB 172 84 50 -
CMYK 0 0.51 0.71 0.33
HSL 16.72º 0.55% 0.44% -
HSV(B) 16.72º 0.71% 0.67% -
XYZ 20.76 15.34 4.88 -
YUV 106.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 172 84 50 0 0.51 0.71 0.33 16.72 0.55 0.44
Hex AC 54 32 0 33 47 21 11 37 2C
Octal 254 124 62 0 63 107 41 21 67 54
Binary 10101100 1010100 110010 0 110011 1000111 100001 10001 110111 101100

Color Harmonies of #AC5432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5432

Black with #AC5432

Text Example


Text Example

White with #AC5432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5432; }

 p { color: rgb(172,84,50); }

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

background-color css

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

 a { background-color: rgb(172,84,50); }

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

border-color css

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

 span { border-color: rgb(172,84,50); }

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