Html Css Color HEX #AC8241 Alpine

📋 copy color: '#AC8241'

red 172 ◦ green 130 ◦ blue 65

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

Shades of Alpine #AC8241

Tints of Alpine #AC8241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 46.87%
G = 35.42%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8241 (or 0xAC8241) is known color: Alpine. HEX triplet: AC, 82 and 41. RGB value is (172,130,65). Sum of RGB (Red+Green+Blue) = 172+130+65=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8241 is #537DBE. Grayscale: #878787. Windows color (decimal): -5471679 or 4293292. OLE color: 4293292.

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

Color convert

RGB 172 130 65 -
CMYK 0 0.24 0.62 0.33
HSL 36.45º 0.45% 0.46% -
HSV(B) 36.45º 0.62% 0.67% -
XYZ 25.95 25.12 8.48 -
YUV 135.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 172 130 65 0 0.24 0.62 0.33 36.45 0.45 0.46
Hex AC 82 41 0 18 3E 21 24 2D 2E
Octal 254 202 101 0 30 76 41 44 55 56
Binary 10101100 10000010 1000001 0 11000 111110 100001 100100 101101 101110

Color Harmonies of #AC8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8241

Black with #AC8241

Text Example


Text Example

White with #AC8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8241; }

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

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

background-color css

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

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

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

border-color css

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

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

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