Html Css Color HEX #AC8128 Mandalay

📋 copy color: '#AC8128'

red 172 ◦ green 129 ◦ blue 40

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

Shades of Mandalay #AC8128

Tints of Mandalay #AC8128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 50.44%
G = 37.83%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8128 (or 0xAC8128) is known color: Mandalay. HEX triplet: AC, 81 and 28. RGB value is (172,129,40). Sum of RGB (Red+Green+Blue) = 172+129+40=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8128 is #537ED7. Grayscale: #848484. Windows color (decimal): -5471960 or 2654636. OLE color: 2654636.

HSL color Cylindrical-coordinate representation of color #AC8128: hue angle of 40.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8128 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 40 -
CMYK 0 0.25 0.77 0.33
HSL 40.45º 0.62% 0.42% -
HSV(B) 40.45º 0.77% 0.67% -
XYZ 25.25 24.62 5.43 -
YUV 131.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 172 129 40 0 0.25 0.77 0.33 40.45 0.62 0.42
Hex AC 81 28 0 19 4D 21 28 3E 2A
Octal 254 201 50 0 31 115 41 50 76 52
Binary 10101100 10000001 101000 0 11001 1001101 100001 101000 111110 101010

Color Harmonies of #AC8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8128

Black with #AC8128

Text Example


Text Example

White with #AC8128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8128; }

 p { color: rgb(172,129,40); }

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

background-color css

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

 a { background-color: rgb(172,129,40); }

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

border-color css

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

 span { border-color: rgb(172,129,40); }

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