Html Css Color HEX #AC803F Alpine

📋 copy color: '#AC803F'

red 172 ◦ green 128 ◦ blue 63

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

Shades of Alpine #AC803F

Tints of Alpine #AC803F

RGB

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

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

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

R = 47.38%
G = 35.26%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC803F (or 0xAC803F) is known color: Alpine. HEX triplet: AC, 80 and 3F. RGB value is (172,128,63). Sum of RGB (Red+Green+Blue) = 172+128+63=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803F is #537FC0. Grayscale: #868686. Windows color (decimal): -5472193 or 4161708. OLE color: 4161708.

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

Color convert

RGB 172 128 63 -
CMYK 0 0.26 0.63 0.33
HSL 35.78º 0.46% 0.46% -
HSV(B) 35.78º 0.63% 0.67% -
XYZ 25.63 24.57 8.09 -
YUV 133.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 172 128 63 0 0.26 0.63 0.33 35.78 0.46 0.46
Hex AC 80 3F 0 1A 3F 21 24 2E 2E
Octal 254 200 77 0 32 77 41 44 56 56
Binary 10101100 10000000 111111 0 11010 111111 100001 100100 101110 101110

Color Harmonies of #AC803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC803F

Black with #AC803F

Text Example


Text Example

White with #AC803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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