Html Css Color HEX #AC8742 Alpine

📋 copy color: '#AC8742'

red 172 ◦ green 135 ◦ blue 66

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

Shades of Alpine #AC8742

Tints of Alpine #AC8742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 46.11%
G = 36.19%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC8742 (or 0xAC8742) is known color: Alpine. HEX triplet: AC, 87 and 42. RGB value is (172,135,66). Sum of RGB (Red+Green+Blue) = 172+135+66=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8742 is #5378BD. Grayscale: #8A8A8A. Windows color (decimal): -5470398 or 4360108. OLE color: 4360108.

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

Color convert

RGB 172 135 66 -
CMYK 0 0.22 0.62 0.33
HSL 39.06º 0.45% 0.47% -
HSV(B) 39.06º 0.62% 0.67% -
XYZ 26.66 26.49 8.86 -
YUV 138.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 172 135 66 0 0.22 0.62 0.33 39.06 0.45 0.47
Hex AC 87 42 0 16 3E 21 27 2D 2F
Octal 254 207 102 0 26 76 41 47 55 57
Binary 10101100 10000111 1000010 0 10110 111110 100001 100111 101101 101111

Color Harmonies of #AC8742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8742

Black with #AC8742

Text Example


Text Example

White with #AC8742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8742; }

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

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

background-color css

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

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

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

border-color css

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

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

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