Html Css Color HEX #AC8032 Mandalay

📋 copy color: '#AC8032'

red 172 ◦ green 128 ◦ blue 50

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

Shades of Mandalay #AC8032

Tints of Mandalay #AC8032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 49.14%
G = 36.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC8032 (or 0xAC8032) is known color: Mandalay. HEX triplet: AC, 80 and 32. RGB value is (172,128,50). Sum of RGB (Red+Green+Blue) = 172+128+50=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8032 is #537FCD. Grayscale: #848484. Windows color (decimal): -5472206 or 3309740. OLE color: 3309740.

HSL color Cylindrical-coordinate representation of color #AC8032: hue angle of 38.36º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8032 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 50 -
CMYK 0 0.26 0.71 0.33
HSL 38.36º 0.55% 0.44% -
HSV(B) 38.36º 0.71% 0.67% -
XYZ 25.31 24.44 6.4 -
YUV 132.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 172 128 50 0 0.26 0.71 0.33 38.36 0.55 0.44
Hex AC 80 32 0 1A 47 21 26 37 2C
Octal 254 200 62 0 32 107 41 46 67 54
Binary 10101100 10000000 110010 0 11010 1000111 100001 100110 110111 101100

Color Harmonies of #AC8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8032

Black with #AC8032

Text Example


Text Example

White with #AC8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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