Html Css Color HEX #AC803D Alpine

📋 copy color: '#AC803D'

red 172 ◦ green 128 ◦ blue 61

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

Shades of Alpine #AC803D

Tints of Alpine #AC803D

RGB

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

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

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

R = 47.65%
G = 35.46%
B = 16.9%

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

#AC803D (or 0xAC803D) is known color: Alpine. HEX triplet: AC, 80 and 3D. RGB value is (172,128,61). Sum of RGB (Red+Green+Blue) = 172+128+61=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC803D is #537FC2. Grayscale: #858585. Windows color (decimal): -5472195 or 4030636. OLE color: 4030636.

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

Color convert

RGB 172 128 61 -
CMYK 0 0.26 0.65 0.33
HSL 36.22º 0.48% 0.46% -
HSV(B) 36.22º 0.65% 0.67% -
XYZ 25.57 24.55 7.8 -
YUV 133.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 172 128 61 0 0.26 0.65 0.33 36.22 0.48 0.46
Hex AC 80 3D 0 1A 41 21 24 30 2E
Octal 254 200 75 0 32 101 41 44 60 56
Binary 10101100 10000000 111101 0 11010 1000001 100001 100100 110000 101110

Color Harmonies of #AC803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC803D

Black with #AC803D

Text Example


Text Example

White with #AC803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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