Html Css Color HEX #AC5D37 Vesuvius

📋 copy color: '#AC5D37'

red 172 ◦ green 93 ◦ blue 55

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

Shades of Vesuvius #AC5D37

Tints of Vesuvius #AC5D37

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 53.75%
G = 29.06%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC5D37 (or 0xAC5D37) is known color: Vesuvius. HEX triplet: AC, 5D and 37. RGB value is (172,93,55). Sum of RGB (Red+Green+Blue) = 172+93+55=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D37 is #53A2C8. Grayscale: #707070. Windows color (decimal): -5481161 or 3628460. OLE color: 3628460.

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

Color convert

RGB 172 93 55 -
CMYK 0 0.46 0.68 0.33
HSL 19.49º 0.52% 0.45% -
HSV(B) 19.49º 0.68% 0.67% -
XYZ 21.62 16.88 5.73 -
YUV 112.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 172 93 55 0 0.46 0.68 0.33 19.49 0.52 0.45
Hex AC 5D 37 0 2E 44 21 13 34 2D
Octal 254 135 67 0 56 104 41 23 64 55
Binary 10101100 1011101 110111 0 101110 1000100 100001 10011 110100 101101

Color Harmonies of #AC5D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D37

Black with #AC5D37

Text Example


Text Example

White with #AC5D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D37; }

 p { color: rgb(172,93,55); }

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

background-color css

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

 a { background-color: rgb(172,93,55); }

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

border-color css

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

 span { border-color: rgb(172,93,55); }

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