Html Css Color HEX #AC822A Mandalay

📋 copy color: '#AC822A'

red 172 ◦ green 130 ◦ blue 42

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

Shades of Mandalay #AC822A

Tints of Mandalay #AC822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 50%
G = 37.79%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC822A (or 0xAC822A) is known color: Mandalay. HEX triplet: AC, 82 and 2A. RGB value is (172,130,42). Sum of RGB (Red+Green+Blue) = 172+130+42=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC822A is #537DD5. Grayscale: #848484. Windows color (decimal): -5471702 or 2785964. OLE color: 2785964.

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

Color convert

RGB 172 130 42 -
CMYK 0 0.24 0.76 0.33
HSL 40.62º 0.61% 0.42% -
HSV(B) 40.62º 0.76% 0.67% -
XYZ 25.41 24.9 5.66 -
YUV 132.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 172 130 42 0 0.24 0.76 0.33 40.62 0.61 0.42
Hex AC 82 2A 0 18 4C 21 29 3D 2A
Octal 254 202 52 0 30 114 41 51 75 52
Binary 10101100 10000010 101010 0 11000 1001100 100001 101001 111101 101010

Color Harmonies of #AC822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC822A

Black with #AC822A

Text Example


Text Example

White with #AC822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC822A; }

 p { color: rgb(172,130,42); }

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

background-color css

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

 a { background-color: rgb(172,130,42); }

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

border-color css

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

 span { border-color: rgb(172,130,42); }

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