Html Css Color HEX #AC5C36 Vesuvius

📋 copy color: '#AC5C36'

red 172 ◦ green 92 ◦ blue 54

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

Shades of Vesuvius #AC5C36

Tints of Vesuvius #AC5C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 54.09%
G = 28.93%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC5C36 (or 0xAC5C36) is known color: Vesuvius. HEX triplet: AC, 5C and 36. RGB value is (172,92,54). Sum of RGB (Red+Green+Blue) = 172+92+54=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C36 is #53A3C9. Grayscale: #6F6F6F. Windows color (decimal): -5481418 or 3562668. OLE color: 3562668.

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

Color convert

RGB 172 92 54 -
CMYK 0 0.47 0.69 0.33
HSL 19.32º 0.52% 0.44% -
HSV(B) 19.32º 0.69% 0.67% -
XYZ 21.51 16.69 5.58 -
YUV 111.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 172 92 54 0 0.47 0.69 0.33 19.32 0.52 0.44
Hex AC 5C 36 0 2F 45 21 13 34 2C
Octal 254 134 66 0 57 105 41 23 64 54
Binary 10101100 1011100 110110 0 101111 1000101 100001 10011 110100 101100

Color Harmonies of #AC5C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C36

Black with #AC5C36

Text Example


Text Example

White with #AC5C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C36; }

 p { color: rgb(172,92,54); }

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

background-color css

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

 a { background-color: rgb(172,92,54); }

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

border-color css

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

 span { border-color: rgb(172,92,54); }

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