Html Css Color HEX #AC7A36 Mandalay

📋 copy color: '#AC7A36'

red 172 ◦ green 122 ◦ blue 54

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

Shades of Mandalay #AC7A36

Tints of Mandalay #AC7A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

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

R = 49.43%
G = 35.06%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7A36 (or 0xAC7A36) is known color: Mandalay. HEX triplet: AC, 7A and 36. RGB value is (172,122,54). Sum of RGB (Red+Green+Blue) = 172+122+54=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A36 is #5385C9. Grayscale: #818181. Windows color (decimal): -5473738 or 3570348. OLE color: 3570348.

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

Color convert

RGB 172 122 54 -
CMYK 0 0.29 0.69 0.33
HSL 34.58º 0.52% 0.44% -
HSV(B) 34.58º 0.69% 0.67% -
XYZ 24.64 22.96 6.62 -
YUV 129.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 172 122 54 0 0.29 0.69 0.33 34.58 0.52 0.44
Hex AC 7A 36 0 1D 45 21 23 34 2C
Octal 254 172 66 0 35 105 41 43 64 54
Binary 10101100 1111010 110110 0 11101 1000101 100001 100011 110100 101100

Color Harmonies of #AC7A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A36

Black with #AC7A36

Text Example


Text Example

White with #AC7A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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