Html Css Color HEX #AC8031 Mandalay

📋 copy color: '#AC8031'

red 172 ◦ green 128 ◦ blue 49

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

Shades of Mandalay #AC8031

Tints of Mandalay #AC8031

RGB

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

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

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

R = 49.28%
G = 36.68%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8031 (or 0xAC8031) is known color: Mandalay. HEX triplet: AC, 80 and 31. RGB value is (172,128,49). Sum of RGB (Red+Green+Blue) = 172+128+49=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8031 is #537FCE. Grayscale: #848484. Windows color (decimal): -5472207 or 3244204. OLE color: 3244204.

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

Color convert

RGB 172 128 49 -
CMYK 0 0.26 0.72 0.33
HSL 38.54º 0.56% 0.43% -
HSV(B) 38.54º 0.72% 0.67% -
XYZ 25.29 24.43 6.29 -
YUV 132.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 172 128 49 0 0.26 0.72 0.33 38.54 0.56 0.43
Hex AC 80 31 0 1A 48 21 27 38 2B
Octal 254 200 61 0 32 110 41 47 70 53
Binary 10101100 10000000 110001 0 11010 1001000 100001 100111 111000 101011

Color Harmonies of #AC8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8031

Black with #AC8031

Text Example


Text Example

White with #AC8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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