Html Css Color HEX #AC8541 Alpine

📋 copy color: '#AC8541'

red 172 ◦ green 133 ◦ blue 65

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

Shades of Alpine #AC8541

Tints of Alpine #AC8541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 46.49%
G = 35.95%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8541 (or 0xAC8541) is known color: Alpine. HEX triplet: AC, 85 and 41. RGB value is (172,133,65). Sum of RGB (Red+Green+Blue) = 172+133+65=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8541 is #537ABE. Grayscale: #898989. Windows color (decimal): -5470911 or 4294060. OLE color: 4294060.

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

Color convert

RGB 172 133 65 -
CMYK 0 0.23 0.62 0.33
HSL 38.13º 0.45% 0.46% -
HSV(B) 38.13º 0.62% 0.67% -
XYZ 26.35 25.93 8.62 -
YUV 136.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 172 133 65 0 0.23 0.62 0.33 38.13 0.45 0.46
Hex AC 85 41 0 17 3E 21 26 2D 2E
Octal 254 205 101 0 27 76 41 46 55 56
Binary 10101100 10000101 1000001 0 10111 111110 100001 100110 101101 101110

Color Harmonies of #AC8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8541

Black with #AC8541

Text Example


Text Example

White with #AC8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8541; }

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

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

background-color css

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

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

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

border-color css

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

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

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