Html Css Color HEX #AC8040 Alpine

📋 copy color: '#AC8040'

red 172 ◦ green 128 ◦ blue 64

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

Shades of Alpine #AC8040

Tints of Alpine #AC8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 47.25%
G = 35.16%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC8040 (or 0xAC8040) is known color: Alpine. HEX triplet: AC, 80 and 40. RGB value is (172,128,64). Sum of RGB (Red+Green+Blue) = 172+128+64=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8040 is #537FBF. Grayscale: #868686. Windows color (decimal): -5472192 or 4227244. OLE color: 4227244.

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

Color convert

RGB 172 128 64 -
CMYK 0 0.26 0.63 0.33
HSL 35.56º 0.46% 0.46% -
HSV(B) 35.56º 0.63% 0.67% -
XYZ 25.66 24.58 8.24 -
YUV 133.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 172 128 64 0 0.26 0.63 0.33 35.56 0.46 0.46
Hex AC 80 40 0 1A 3F 21 24 2E 2E
Octal 254 200 100 0 32 77 41 44 56 56
Binary 10101100 10000000 1000000 0 11010 111111 100001 100100 101110 101110

Color Harmonies of #AC8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8040

Black with #AC8040

Text Example


Text Example

White with #AC8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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