Html Css Color HEX #AC802B Mandalay

📋 copy color: '#AC802B'

red 172 ◦ green 128 ◦ blue 43

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

Shades of Mandalay #AC802B

Tints of Mandalay #AC802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.32%

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

R = 50.15%
G = 37.32%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC802B (or 0xAC802B) is known color: Mandalay. HEX triplet: AC, 80 and 2B. RGB value is (172,128,43). Sum of RGB (Red+Green+Blue) = 172+128+43=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802B is #537FD4. Grayscale: #838383. Windows color (decimal): -5472213 or 2850988. OLE color: 2850988.

HSL color Cylindrical-coordinate representation of color #AC802B: hue angle of 39.53º 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 #AC802B is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 43 -
CMYK 0 0.26 0.75 0.33
HSL 39.53º 0.6% 0.42% -
HSV(B) 39.53º 0.75% 0.67% -
XYZ 25.17 24.38 5.67 -
YUV 131.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 172 128 43 0 0.26 0.75 0.33 39.53 0.6 0.42
Hex AC 80 2B 0 1A 4B 21 28 3C 2A
Octal 254 200 53 0 32 113 41 50 74 52
Binary 10101100 10000000 101011 0 11010 1001011 100001 101000 111100 101010

Color Harmonies of #AC802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC802B

Black with #AC802B

Text Example


Text Example

White with #AC802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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