Html Css Color HEX #AC8440 Alpine

📋 copy color: '#AC8440'

red 172 ◦ green 132 ◦ blue 64

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

Shades of Alpine #AC8440

Tints of Alpine #AC8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 46.74%
G = 35.87%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8440 (or 0xAC8440) is known color: Alpine. HEX triplet: AC, 84 and 40. RGB value is (172,132,64). Sum of RGB (Red+Green+Blue) = 172+132+64=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8440 is #537BBF. Grayscale: #888888. Windows color (decimal): -5471168 or 4228268. OLE color: 4228268.

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

Color convert

RGB 172 132 64 -
CMYK 0 0.23 0.63 0.33
HSL 37.78º 0.46% 0.46% -
HSV(B) 37.78º 0.63% 0.67% -
XYZ 26.19 25.64 8.42 -
YUV 136.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 172 132 64 0 0.23 0.63 0.33 37.78 0.46 0.46
Hex AC 84 40 0 17 3F 21 26 2E 2E
Octal 254 204 100 0 27 77 41 46 56 56
Binary 10101100 10000100 1000000 0 10111 111111 100001 100110 101110 101110

Color Harmonies of #AC8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8440

Black with #AC8440

Text Example


Text Example

White with #AC8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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