Html Css Color HEX #AC812E Mandalay

📋 copy color: '#AC812E'

red 172 ◦ green 129 ◦ blue 46

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

Shades of Mandalay #AC812E

Tints of Mandalay #AC812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 49.57%
G = 37.18%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC812E (or 0xAC812E) is known color: Mandalay. HEX triplet: AC, 81 and 2E. RGB value is (172,129,46). Sum of RGB (Red+Green+Blue) = 172+129+46=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC812E is #537ED1. Grayscale: #848484. Windows color (decimal): -5471954 or 3047852. OLE color: 3047852.

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

Color convert

RGB 172 129 46 -
CMYK 0 0.25 0.73 0.33
HSL 39.52º 0.58% 0.43% -
HSV(B) 39.52º 0.73% 0.67% -
XYZ 25.36 24.67 6.01 -
YUV 132.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 172 129 46 0 0.25 0.73 0.33 39.52 0.58 0.43
Hex AC 81 2E 0 19 49 21 28 3A 2B
Octal 254 201 56 0 31 111 41 50 72 53
Binary 10101100 10000001 101110 0 11001 1001001 100001 101000 111010 101011

Color Harmonies of #AC812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC812E

Black with #AC812E

Text Example


Text Example

White with #AC812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC812E; }

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

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

background-color css

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

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

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

border-color css

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

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

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