Html Css Color HEX #AC832B Mandalay

📋 copy color: '#AC832B'

red 172 ◦ green 131 ◦ blue 43

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

Shades of Mandalay #AC832B

Tints of Mandalay #AC832B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 49.71%
G = 37.86%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC832B (or 0xAC832B) is known color: Mandalay. HEX triplet: AC, 83 and 2B. RGB value is (172,131,43). Sum of RGB (Red+Green+Blue) = 172+131+43=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC832B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC832B is #537CD4. Grayscale: #858585. Windows color (decimal): -5471445 or 2851756. OLE color: 2851756.

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

Color convert

RGB 172 131 43 -
CMYK 0 0.24 0.75 0.33
HSL 40.93º 0.6% 0.42% -
HSV(B) 40.93º 0.75% 0.67% -
XYZ 25.57 25.18 5.8 -
YUV 133.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 172 131 43 0 0.24 0.75 0.33 40.93 0.6 0.42
Hex AC 83 2B 0 18 4B 21 29 3C 2A
Octal 254 203 53 0 30 113 41 51 74 52
Binary 10101100 10000011 101011 0 11000 1001011 100001 101001 111100 101010

Color Harmonies of #AC832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC832B

Black with #AC832B

Text Example


Text Example

White with #AC832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC832B; }

 p { color: rgb(172,131,43); }

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

background-color css

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

 a { background-color: rgb(172,131,43); }

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

border-color css

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

 span { border-color: rgb(172,131,43); }

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