Html Css Color HEX #AC8531 Alpine

📋 copy color: '#AC8531'

red 172 ◦ green 133 ◦ blue 49

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

Shades of Alpine #AC8531

Tints of Alpine #AC8531

RGB

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

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

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

R = 48.59%
G = 37.57%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8531 (or 0xAC8531) is known color: Alpine. HEX triplet: AC, 85 and 31. RGB value is (172,133,49). Sum of RGB (Red+Green+Blue) = 172+133+49=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8531 is #537ACE. Grayscale: #878787. Windows color (decimal): -5470927 or 3245484. OLE color: 3245484.

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

Color convert

RGB 172 133 49 -
CMYK 0 0.23 0.72 0.33
HSL 40.98º 0.56% 0.43% -
HSV(B) 40.98º 0.72% 0.67% -
XYZ 25.96 25.77 6.51 -
YUV 135.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 172 133 49 0 0.23 0.72 0.33 40.98 0.56 0.43
Hex AC 85 31 0 17 48 21 29 38 2B
Octal 254 205 61 0 27 110 41 51 70 53
Binary 10101100 10000101 110001 0 10111 1001000 100001 101001 111000 101011

Color Harmonies of #AC8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8531

Black with #AC8531

Text Example


Text Example

White with #AC8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8531; }

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

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

background-color css

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

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

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

border-color css

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

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

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