Html Css Color HEX #AC8842 Alpine

📋 copy color: '#AC8842'

red 172 ◦ green 136 ◦ blue 66

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

Shades of Alpine #AC8842

Tints of Alpine #AC8842

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 45.99%
G = 36.36%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8842 (or 0xAC8842) is known color: Alpine. HEX triplet: AC, 88 and 42. RGB value is (172,136,66). Sum of RGB (Red+Green+Blue) = 172+136+66=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8842 is #5377BD. Grayscale: #8B8B8B. Windows color (decimal): -5470142 or 4360364. OLE color: 4360364.

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

Color convert

RGB 172 136 66 -
CMYK 0 0.21 0.62 0.33
HSL 39.62º 0.45% 0.47% -
HSV(B) 39.62º 0.62% 0.67% -
XYZ 26.8 26.77 8.91 -
YUV 138.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 172 136 66 0 0.21 0.62 0.33 39.62 0.45 0.47
Hex AC 88 42 0 15 3E 21 28 2D 2F
Octal 254 210 102 0 25 76 41 50 55 57
Binary 10101100 10001000 1000010 0 10101 111110 100001 101000 101101 101111

Color Harmonies of #AC8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8842

Black with #AC8842

Text Example


Text Example

White with #AC8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8842; }

 p { color: rgb(172,136,66); }

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

background-color css

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

 a { background-color: rgb(172,136,66); }

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

border-color css

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

 span { border-color: rgb(172,136,66); }

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