Html Css Color HEX #AC8231 Alpine

📋 copy color: '#AC8231'

red 172 ◦ green 130 ◦ blue 49

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

Shades of Alpine #AC8231

Tints of Alpine #AC8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 49%
G = 37.04%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8231 (or 0xAC8231) is known color: Alpine. HEX triplet: AC, 82 and 31. RGB value is (172,130,49). Sum of RGB (Red+Green+Blue) = 172+130+49=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8231 is #537DCE. Grayscale: #858585. Windows color (decimal): -5471695 or 3244716. OLE color: 3244716.

HSL color Cylindrical-coordinate representation of color #AC8231: hue angle of 39.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC8231 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 130 49 -
CMYK 0 0.24 0.72 0.33
HSL 39.51º 0.56% 0.43% -
HSV(B) 39.51º 0.72% 0.67% -
XYZ 25.55 24.96 6.38 -
YUV 133.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 172 130 49 0 0.24 0.72 0.33 39.51 0.56 0.43
Hex AC 82 31 0 18 48 21 28 38 2B
Octal 254 202 61 0 30 110 41 50 70 53
Binary 10101100 10000010 110001 0 11000 1001000 100001 101000 111000 101011

Color Harmonies of #AC8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8231

Black with #AC8231

Text Example


Text Example

White with #AC8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8231; }

 p { color: rgb(172,130,49); }

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

background-color css

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

 a { background-color: rgb(172,130,49); }

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

border-color css

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

 span { border-color: rgb(172,130,49); }

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