Html Css Color HEX #AC8C3B Alpine

📋 copy color: '#AC8C3B'

red 172 ◦ green 140 ◦ blue 59

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

Shades of Alpine #AC8C3B

Tints of Alpine #AC8C3B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 46.36%
G = 37.74%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC8C3B (or 0xAC8C3B) is known color: Alpine. HEX triplet: AC, 8C and 3B. RGB value is (172,140,59). Sum of RGB (Red+Green+Blue) = 172+140+59=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C3B is #5373C4. Grayscale: #8C8C8C. Windows color (decimal): -5469125 or 3902636. OLE color: 3902636.

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

Color convert

RGB 172 140 59 -
CMYK 0 0.19 0.66 0.33
HSL 43.01º 0.49% 0.45% -
HSV(B) 43.01º 0.66% 0.67% -
XYZ 27.18 27.84 8.08 -
YUV 140.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 172 140 59 0 0.19 0.66 0.33 43.01 0.49 0.45
Hex AC 8C 3B 0 13 42 21 2B 31 2D
Octal 254 214 73 0 23 102 41 53 61 55
Binary 10101100 10001100 111011 0 10011 1000010 100001 101011 110001 101101

Color Harmonies of #AC8C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C3B

Black with #AC8C3B

Text Example


Text Example

White with #AC8C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C3B; }

 p { color: rgb(172,140,59); }

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

background-color css

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

 a { background-color: rgb(172,140,59); }

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

border-color css

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

 span { border-color: rgb(172,140,59); }

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