Html Css Color HEX #AC802D Mandalay

📋 copy color: '#AC802D'

red 172 ◦ green 128 ◦ blue 45

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

Shades of Mandalay #AC802D

Tints of Mandalay #AC802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 49.86%
G = 37.1%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC802D (or 0xAC802D) is known color: Mandalay. HEX triplet: AC, 80 and 2D. RGB value is (172,128,45). Sum of RGB (Red+Green+Blue) = 172+128+45=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802D is #537FD2. Grayscale: #848484. Windows color (decimal): -5472211 or 2982060. OLE color: 2982060.

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

Color convert

RGB 172 128 45 -
CMYK 0 0.26 0.74 0.33
HSL 39.21º 0.59% 0.43% -
HSV(B) 39.21º 0.74% 0.67% -
XYZ 25.21 24.4 5.86 -
YUV 131.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 172 128 45 0 0.26 0.74 0.33 39.21 0.59 0.43
Hex AC 80 2D 0 1A 4A 21 27 3B 2B
Octal 254 200 55 0 32 112 41 47 73 53
Binary 10101100 10000000 101101 0 11010 1001010 100001 100111 111011 101011

Color Harmonies of #AC802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC802D

Black with #AC802D

Text Example


Text Example

White with #AC802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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