Html Css Color HEX #AC8C3C Alpine

📋 copy color: '#AC8C3C'

red 172 ◦ green 140 ◦ blue 60

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

Shades of Alpine #AC8C3C

Tints of Alpine #AC8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 46.24%
G = 37.63%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC8C3C (or 0xAC8C3C) is known color: Alpine. HEX triplet: AC, 8C and 3C. RGB value is (172,140,60). Sum of RGB (Red+Green+Blue) = 172+140+60=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C3C is #5373C3. Grayscale: #8C8C8C. Windows color (decimal): -5469124 or 3968172. OLE color: 3968172.

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

Color convert

RGB 172 140 60 -
CMYK 0 0.19 0.65 0.33
HSL 42.86º 0.48% 0.45% -
HSV(B) 42.86º 0.65% 0.67% -
XYZ 27.21 27.85 8.22 -
YUV 140.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 172 140 60 0 0.19 0.65 0.33 42.86 0.48 0.45
Hex AC 8C 3C 0 13 41 21 2B 30 2D
Octal 254 214 74 0 23 101 41 53 60 55
Binary 10101100 10001100 111100 0 10011 1000001 100001 101011 110000 101101

Color Harmonies of #AC8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C3C

Black with #AC8C3C

Text Example


Text Example

White with #AC8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C3C; }

 p { color: rgb(172,140,60); }

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

background-color css

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

 a { background-color: rgb(172,140,60); }

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

border-color css

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

 span { border-color: rgb(172,140,60); }

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