Html Css Color HEX #AC7D36 Mandalay

📋 copy color: '#AC7D36'

red 172 ◦ green 125 ◦ blue 54

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

Shades of Mandalay #AC7D36

Tints of Mandalay #AC7D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 49%
G = 35.61%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7D36 (or 0xAC7D36) is known color: Mandalay. HEX triplet: AC, 7D and 36. RGB value is (172,125,54). Sum of RGB (Red+Green+Blue) = 172+125+54=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D36 is #5382C9. Grayscale: #838383. Windows color (decimal): -5472970 or 3571116. OLE color: 3571116.

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

Color convert

RGB 172 125 54 -
CMYK 0 0.27 0.69 0.33
HSL 36.1º 0.52% 0.44% -
HSV(B) 36.1º 0.69% 0.67% -
XYZ 25.01 23.7 6.75 -
YUV 130.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 172 125 54 0 0.27 0.69 0.33 36.1 0.52 0.44
Hex AC 7D 36 0 1B 45 21 24 34 2C
Octal 254 175 66 0 33 105 41 44 64 54
Binary 10101100 1111101 110110 0 11011 1000101 100001 100100 110100 101100

Color Harmonies of #AC7D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D36

Black with #AC7D36

Text Example


Text Example

White with #AC7D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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