Html Css Color HEX #AC802F Mandalay

📋 copy color: '#AC802F'

red 172 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #AC802F

Tints of Mandalay #AC802F

RGB

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

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

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

R = 49.57%
G = 36.89%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC802F (or 0xAC802F) is known color: Mandalay. HEX triplet: AC, 80 and 2F. RGB value is (172,128,47). Sum of RGB (Red+Green+Blue) = 172+128+47=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC802F is #537FD0. Grayscale: #848484. Windows color (decimal): -5472209 or 3113132. OLE color: 3113132.

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

Color convert

RGB 172 128 47 -
CMYK 0 0.26 0.73 0.33
HSL 38.88º 0.57% 0.43% -
HSV(B) 38.88º 0.73% 0.67% -
XYZ 25.25 24.41 6.07 -
YUV 131.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 172 128 47 0 0.26 0.73 0.33 38.88 0.57 0.43
Hex AC 80 2F 0 1A 49 21 27 39 2B
Octal 254 200 57 0 32 111 41 47 71 53
Binary 10101100 10000000 101111 0 11010 1001001 100001 100111 111001 101011

Color Harmonies of #AC802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC802F

Black with #AC802F

Text Example


Text Example

White with #AC802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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