Html Css Color HEX #AC8240 Alpine

📋 copy color: '#AC8240'

red 172 ◦ green 130 ◦ blue 64

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

Shades of Alpine #AC8240

Tints of Alpine #AC8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 46.99%
G = 35.52%
B = 17.49%

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

#AC8240 (or 0xAC8240) is known color: Alpine. HEX triplet: AC, 82 and 40. RGB value is (172,130,64). Sum of RGB (Red+Green+Blue) = 172+130+64=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8240 is #537DBF. Grayscale: #878787. Windows color (decimal): -5471680 or 4227756. OLE color: 4227756.

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

Color convert

RGB 172 130 64 -
CMYK 0 0.24 0.63 0.33
HSL 36.67º 0.46% 0.46% -
HSV(B) 36.67º 0.63% 0.67% -
XYZ 25.92 25.11 8.33 -
YUV 135.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 172 130 64 0 0.24 0.63 0.33 36.67 0.46 0.46
Hex AC 82 40 0 18 3F 21 25 2E 2E
Octal 254 202 100 0 30 77 41 45 56 56
Binary 10101100 10000010 1000000 0 11000 111111 100001 100101 101110 101110

Color Harmonies of #AC8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8240

Black with #AC8240

Text Example


Text Example

White with #AC8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8240; }

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

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

background-color css

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

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

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

border-color css

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

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

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