Html Css Color HEX #AC5B3A Vesuvius

📋 copy color: '#AC5B3A'

red 172 ◦ green 91 ◦ blue 58

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

Shades of Vesuvius #AC5B3A

Tints of Vesuvius #AC5B3A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 53.58%
G = 28.35%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC5B3A (or 0xAC5B3A) is known color: Vesuvius. HEX triplet: AC, 5B and 3A. RGB value is (172,91,58). Sum of RGB (Red+Green+Blue) = 172+91+58=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B3A is #53A4C5. Grayscale: #6F6F6F. Windows color (decimal): -5481670 or 3824556. OLE color: 3824556.

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

Color convert

RGB 172 91 58 -
CMYK 0 0.47 0.66 0.33
HSL 17.37º 0.5% 0.45% -
HSV(B) 17.37º 0.66% 0.67% -
XYZ 21.52 16.56 6.06 -
YUV 111.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 172 91 58 0 0.47 0.66 0.33 17.37 0.5 0.45
Hex AC 5B 3A 0 2F 42 21 11 32 2D
Octal 254 133 72 0 57 102 41 21 62 55
Binary 10101100 1011011 111010 0 101111 1000010 100001 10001 110010 101101

Color Harmonies of #AC5B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B3A

Black with #AC5B3A

Text Example


Text Example

White with #AC5B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B3A; }

 p { color: rgb(172,91,58); }

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

background-color css

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

 a { background-color: rgb(172,91,58); }

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

border-color css

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

 span { border-color: rgb(172,91,58); }

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