Html Css Color HEX #AC812F Mandalay

📋 copy color: '#AC812F'

red 172 ◦ green 129 ◦ blue 47

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

Shades of Mandalay #AC812F

Tints of Mandalay #AC812F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 49.43%
G = 37.07%
B = 13.51%

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

#AC812F (or 0xAC812F) is known color: Mandalay. HEX triplet: AC, 81 and 2F. RGB value is (172,129,47). Sum of RGB (Red+Green+Blue) = 172+129+47=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC812F is #537ED0. Grayscale: #848484. Windows color (decimal): -5471953 or 3113388. OLE color: 3113388.

HSL color Cylindrical-coordinate representation of color #AC812F: hue angle of 39.36º degrees, saturation: 0.57, 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 #AC812F is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 47 -
CMYK 0 0.25 0.73 0.33
HSL 39.36º 0.57% 0.43% -
HSV(B) 39.36º 0.73% 0.67% -
XYZ 25.38 24.68 6.11 -
YUV 132.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 172 129 47 0 0.25 0.73 0.33 39.36 0.57 0.43
Hex AC 81 2F 0 19 49 21 27 39 2B
Octal 254 201 57 0 31 111 41 47 71 53
Binary 10101100 10000001 101111 0 11001 1001001 100001 100111 111001 101011

Color Harmonies of #AC812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC812F

Black with #AC812F

Text Example


Text Example

White with #AC812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC812F; }

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

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

background-color css

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

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

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

border-color css

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

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

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