Html Css Color HEX #AC7F36 Mandalay

📋 copy color: '#AC7F36'

red 172 ◦ green 127 ◦ blue 54

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

Shades of Mandalay #AC7F36

Tints of Mandalay #AC7F36

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

 BLUE value IS 54 (21.48% from 255) = 15.3%

R = 48.73%
G = 35.98%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7F36 (or 0xAC7F36) is known color: Mandalay. HEX triplet: AC, 7F and 36. RGB value is (172,127,54). Sum of RGB (Red+Green+Blue) = 172+127+54=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F36 is #5380C9. Grayscale: #848484. Windows color (decimal): -5472458 or 3571628. OLE color: 3571628.

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

Color convert

RGB 172 127 54 -
CMYK 0 0.26 0.69 0.33
HSL 37.12º 0.52% 0.44% -
HSV(B) 37.12º 0.69% 0.67% -
XYZ 25.27 24.22 6.83 -
YUV 132.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 172 127 54 0 0.26 0.69 0.33 37.12 0.52 0.44
Hex AC 7F 36 0 1A 45 21 25 34 2C
Octal 254 177 66 0 32 105 41 45 64 54
Binary 10101100 1111111 110110 0 11010 1000101 100001 100101 110100 101100

Color Harmonies of #AC7F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F36

Black with #AC7F36

Text Example


Text Example

White with #AC7F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F36; }

 p { color: rgb(172,127,54); }

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

background-color css

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

 a { background-color: rgb(172,127,54); }

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

border-color css

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

 span { border-color: rgb(172,127,54); }

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