Html Css Color HEX #AC853D Alpine

📋 copy color: '#AC853D'

red 172 ◦ green 133 ◦ blue 61

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

Shades of Alpine #AC853D

Tints of Alpine #AC853D

RGB

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

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

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

R = 46.99%
G = 36.34%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC853D (or 0xAC853D) is known color: Alpine. HEX triplet: AC, 85 and 3D. RGB value is (172,133,61). Sum of RGB (Red+Green+Blue) = 172+133+61=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC853D is #537AC2. Grayscale: #888888. Windows color (decimal): -5470915 or 4031916. OLE color: 4031916.

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

Color convert

RGB 172 133 61 -
CMYK 0 0.23 0.65 0.33
HSL 38.92º 0.48% 0.46% -
HSV(B) 38.92º 0.65% 0.67% -
XYZ 26.24 25.88 8.03 -
YUV 136.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 172 133 61 0 0.23 0.65 0.33 38.92 0.48 0.46
Hex AC 85 3D 0 17 41 21 27 30 2E
Octal 254 205 75 0 27 101 41 47 60 56
Binary 10101100 10000101 111101 0 10111 1000001 100001 100111 110000 101110

Color Harmonies of #AC853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC853D

Black with #AC853D

Text Example


Text Example

White with #AC853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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