Html Css Color HEX #AC7B36 Mandalay

📋 copy color: '#AC7B36'

red 172 ◦ green 123 ◦ blue 54

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

Shades of Mandalay #AC7B36

Tints of Mandalay #AC7B36

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

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

R = 49.28%
G = 35.24%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC7B36 (or 0xAC7B36) is known color: Mandalay. HEX triplet: AC, 7B and 36. RGB value is (172,123,54). Sum of RGB (Red+Green+Blue) = 172+123+54=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B36 is #5384C9. Grayscale: #828282. Windows color (decimal): -5473482 or 3570604. OLE color: 3570604.

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

Color convert

RGB 172 123 54 -
CMYK 0 0.28 0.69 0.33
HSL 35.08º 0.52% 0.44% -
HSV(B) 35.08º 0.69% 0.67% -
XYZ 24.76 23.2 6.66 -
YUV 129.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 172 123 54 0 0.28 0.69 0.33 35.08 0.52 0.44
Hex AC 7B 36 0 1C 45 21 23 34 2C
Octal 254 173 66 0 34 105 41 43 64 54
Binary 10101100 1111011 110110 0 11100 1000101 100001 100011 110100 101100

Color Harmonies of #AC7B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B36

Black with #AC7B36

Text Example


Text Example

White with #AC7B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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