Html Css Color HEX #AC8041 Alpine

📋 copy color: '#AC8041'

red 172 ◦ green 128 ◦ blue 65

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

Shades of Alpine #AC8041

Tints of Alpine #AC8041

RGB

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

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

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

R = 47.12%
G = 35.07%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8041 (or 0xAC8041) is known color: Alpine. HEX triplet: AC, 80 and 41. RGB value is (172,128,65). Sum of RGB (Red+Green+Blue) = 172+128+65=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8041 is #537FBE. Grayscale: #868686. Windows color (decimal): -5472191 or 4292780. OLE color: 4292780.

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

Color convert

RGB 172 128 65 -
CMYK 0 0.26 0.62 0.33
HSL 35.33º 0.45% 0.46% -
HSV(B) 35.33º 0.62% 0.67% -
XYZ 25.69 24.59 8.39 -
YUV 133.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 172 128 65 0 0.26 0.62 0.33 35.33 0.45 0.46
Hex AC 80 41 0 1A 3E 21 23 2D 2E
Octal 254 200 101 0 32 76 41 43 55 56
Binary 10101100 10000000 1000001 0 11010 111110 100001 100011 101101 101110

Color Harmonies of #AC8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8041

Black with #AC8041

Text Example


Text Example

White with #AC8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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