Html Css Color HEX #AC8940 Alpine

📋 copy color: '#AC8940'

red 172 ◦ green 137 ◦ blue 64

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

Shades of Alpine #AC8940

Tints of Alpine #AC8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 46.11%
G = 36.73%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8940 (or 0xAC8940) is known color: Alpine. HEX triplet: AC, 89 and 40. RGB value is (172,137,64). Sum of RGB (Red+Green+Blue) = 172+137+64=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8940 is #5376BF. Grayscale: #8B8B8B. Windows color (decimal): -5469888 or 4229548. OLE color: 4229548.

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

Color convert

RGB 172 137 64 -
CMYK 0 0.20 0.63 0.33
HSL 40.56º 0.46% 0.46% -
HSV(B) 40.56º 0.63% 0.67% -
XYZ 26.88 27.03 8.65 -
YUV 139.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 172 137 64 0 0.20 0.63 0.33 40.56 0.46 0.46
Hex AC 89 40 0 14 3F 21 29 2E 2E
Octal 254 211 100 0 24 77 41 51 56 56
Binary 10101100 10001001 1000000 0 10100 111111 100001 101001 101110 101110

Color Harmonies of #AC8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8940

Black with #AC8940

Text Example


Text Example

White with #AC8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8940; }

 p { color: rgb(172,137,64); }

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

background-color css

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

 a { background-color: rgb(172,137,64); }

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

border-color css

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

 span { border-color: rgb(172,137,64); }

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