Html Css Color HEX #AC853F Alpine

📋 copy color: '#AC853F'

red 172 ◦ green 133 ◦ blue 63

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

Shades of Alpine #AC853F

Tints of Alpine #AC853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 46.74%
G = 36.14%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC853F (or 0xAC853F) is known color: Alpine. HEX triplet: AC, 85 and 3F. RGB value is (172,133,63). Sum of RGB (Red+Green+Blue) = 172+133+63=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC853F is #537AC0. Grayscale: #898989. Windows color (decimal): -5470913 or 4162988. OLE color: 4162988.

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

Color convert

RGB 172 133 63 -
CMYK 0 0.23 0.63 0.33
HSL 38.53º 0.46% 0.46% -
HSV(B) 38.53º 0.63% 0.67% -
XYZ 26.3 25.9 8.32 -
YUV 136.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 172 133 63 0 0.23 0.63 0.33 38.53 0.46 0.46
Hex AC 85 3F 0 17 3F 21 27 2E 2E
Octal 254 205 77 0 27 77 41 47 56 56
Binary 10101100 10000101 111111 0 10111 111111 100001 100111 101110 101110

Color Harmonies of #AC853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC853F

Black with #AC853F

Text Example


Text Example

White with #AC853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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