Html Css Color HEX #AC8740 Alpine

📋 copy color: '#AC8740'

red 172 ◦ green 135 ◦ blue 64

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

Shades of Alpine #AC8740

Tints of Alpine #AC8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 46.36%
G = 36.39%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8740 (or 0xAC8740) is known color: Alpine. HEX triplet: AC, 87 and 40. RGB value is (172,135,64). Sum of RGB (Red+Green+Blue) = 172+135+64=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8740 is #5378BF. Grayscale: #8A8A8A. Windows color (decimal): -5470400 or 4229036. OLE color: 4229036.

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

Color convert

RGB 172 135 64 -
CMYK 0 0.22 0.63 0.33
HSL 39.44º 0.46% 0.46% -
HSV(B) 39.44º 0.63% 0.67% -
XYZ 26.6 26.47 8.56 -
YUV 137.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 172 135 64 0 0.22 0.63 0.33 39.44 0.46 0.46
Hex AC 87 40 0 16 3F 21 27 2E 2E
Octal 254 207 100 0 26 77 41 47 56 56
Binary 10101100 10000111 1000000 0 10110 111111 100001 100111 101110 101110

Color Harmonies of #AC8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8740

Black with #AC8740

Text Example


Text Example

White with #AC8740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8740; }

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

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

background-color css

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

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

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

border-color css

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

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

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