Html Css Color HEX #AC803C Alpine

📋 copy color: '#AC803C'

red 172 ◦ green 128 ◦ blue 60

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

Shades of Alpine #AC803C

Tints of Alpine #AC803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 47.78%
G = 35.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC803C (or 0xAC803C) is known color: Alpine. HEX triplet: AC, 80 and 3C. RGB value is (172,128,60). Sum of RGB (Red+Green+Blue) = 172+128+60=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803C is #537FC3. Grayscale: #858585. Windows color (decimal): -5472196 or 3965100. OLE color: 3965100.

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

Color convert

RGB 172 128 60 -
CMYK 0 0.26 0.65 0.33
HSL 36.43º 0.48% 0.45% -
HSV(B) 36.43º 0.65% 0.67% -
XYZ 25.55 24.54 7.66 -
YUV 133.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 172 128 60 0 0.26 0.65 0.33 36.43 0.48 0.45
Hex AC 80 3C 0 1A 41 21 24 30 2D
Octal 254 200 74 0 32 101 41 44 60 55
Binary 10101100 10000000 111100 0 11010 1000001 100001 100100 110000 101101

Color Harmonies of #AC803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC803C

Black with #AC803C

Text Example


Text Example

White with #AC803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC803C; }

 p { color: rgb(172,128,60); }

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

background-color css

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

 a { background-color: rgb(172,128,60); }

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

border-color css

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

 span { border-color: rgb(172,128,60); }

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