Html Css Color HEX #AC863D Alpine

📋 copy color: '#AC863D'

red 172 ◦ green 134 ◦ blue 61

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

Shades of Alpine #AC863D

Tints of Alpine #AC863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 46.87%
G = 36.51%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC863D (or 0xAC863D) is known color: Alpine. HEX triplet: AC, 86 and 3D. RGB value is (172,134,61). Sum of RGB (Red+Green+Blue) = 172+134+61=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC863D is #5379C2. Grayscale: #898989. Windows color (decimal): -5470659 or 4032172. OLE color: 4032172.

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

Color convert

RGB 172 134 61 -
CMYK 0 0.22 0.65 0.33
HSL 39.46º 0.48% 0.46% -
HSV(B) 39.46º 0.65% 0.67% -
XYZ 26.38 26.16 8.07 -
YUV 137.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 172 134 61 0 0.22 0.65 0.33 39.46 0.48 0.46
Hex AC 86 3D 0 16 41 21 27 30 2E
Octal 254 206 75 0 26 101 41 47 60 56
Binary 10101100 10000110 111101 0 10110 1000001 100001 100111 110000 101110

Color Harmonies of #AC863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC863D

Black with #AC863D

Text Example


Text Example

White with #AC863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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