Html Css Color HEX #AC8A39 Alpine

📋 copy color: '#AC8A39'

red 172 ◦ green 138 ◦ blue 57

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

Shades of Alpine #AC8A39

Tints of Alpine #AC8A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

 BLUE value IS 57 (22.66% from 255) = 15.53%

R = 46.87%
G = 37.6%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC8A39 (or 0xAC8A39) is known color: Alpine. HEX triplet: AC, 8A and 39. RGB value is (172,138,57). Sum of RGB (Red+Green+Blue) = 172+138+57=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A39 is #5375C6. Grayscale: #8B8B8B. Windows color (decimal): -5469639 or 3771052. OLE color: 3771052.

HSL color Cylindrical-coordinate representation of color #AC8A39: hue angle of 42.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC8A39 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 138 57 -
CMYK 0 0.20 0.67 0.33
HSL 42.26º 0.5% 0.45% -
HSV(B) 42.26º 0.67% 0.67% -
XYZ 26.84 27.24 7.71 -
YUV 138.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 172 138 57 0 0.20 0.67 0.33 42.26 0.5 0.45
Hex AC 8A 39 0 14 43 21 2A 32 2D
Octal 254 212 71 0 24 103 41 52 62 55
Binary 10101100 10001010 111001 0 10100 1000011 100001 101010 110010 101101

Color Harmonies of #AC8A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A39

Black with #AC8A39

Text Example


Text Example

White with #AC8A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A39; }

 p { color: rgb(172,138,57); }

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

background-color css

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

 a { background-color: rgb(172,138,57); }

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

border-color css

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

 span { border-color: rgb(172,138,57); }

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