Html Css Color HEX #AC8340 Alpine

📋 copy color: '#AC8340'

red 172 ◦ green 131 ◦ blue 64

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

Shades of Alpine #AC8340

Tints of Alpine #AC8340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 46.87%
G = 35.69%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8340 (or 0xAC8340) is known color: Alpine. HEX triplet: AC, 83 and 40. RGB value is (172,131,64). Sum of RGB (Red+Green+Blue) = 172+131+64=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8340 is #537CBF. Grayscale: #878787. Windows color (decimal): -5471424 or 4228012. OLE color: 4228012.

HSL color Cylindrical-coordinate representation of color #AC8340: hue angle of 37.22º 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 #AC8340 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 64 -
CMYK 0 0.24 0.63 0.33
HSL 37.22º 0.46% 0.46% -
HSV(B) 37.22º 0.63% 0.67% -
XYZ 26.05 25.37 8.37 -
YUV 135.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 172 131 64 0 0.24 0.63 0.33 37.22 0.46 0.46
Hex AC 83 40 0 18 3F 21 25 2E 2E
Octal 254 203 100 0 30 77 41 45 56 56
Binary 10101100 10000011 1000000 0 11000 111111 100001 100101 101110 101110

Color Harmonies of #AC8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8340

Black with #AC8340

Text Example


Text Example

White with #AC8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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