Html Css Color HEX #AC863F Alpine

📋 copy color: '#AC863F'

red 172 ◦ green 134 ◦ blue 63

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

Shades of Alpine #AC863F

Tints of Alpine #AC863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 63 (25% from 255) = 17.07%

R = 46.61%
G = 36.31%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC863F (or 0xAC863F) is known color: Alpine. HEX triplet: AC, 86 and 3F. RGB value is (172,134,63). Sum of RGB (Red+Green+Blue) = 172+134+63=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC863F is #5379C0. Grayscale: #898989. Windows color (decimal): -5470657 or 4163244. OLE color: 4163244.

HSL color Cylindrical-coordinate representation of color #AC863F: hue angle of 39.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC863F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 63 -
CMYK 0 0.22 0.63 0.33
HSL 39.08º 0.46% 0.46% -
HSV(B) 39.08º 0.63% 0.67% -
XYZ 26.44 26.18 8.36 -
YUV 137.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 172 134 63 0 0.22 0.63 0.33 39.08 0.46 0.46
Hex AC 86 3F 0 16 3F 21 27 2E 2E
Octal 254 206 77 0 26 77 41 47 56 56
Binary 10101100 10000110 111111 0 10110 111111 100001 100111 101110 101110

Color Harmonies of #AC863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC863F

Black with #AC863F

Text Example


Text Example

White with #AC863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC863F; }

 p { color: rgb(172,134,63); }

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

background-color css

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

 a { background-color: rgb(172,134,63); }

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

border-color css

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

 span { border-color: rgb(172,134,63); }

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