Html Css Color HEX #AC7C38 Mandalay

📋 copy color: '#AC7C38'

red 172 ◦ green 124 ◦ blue 56

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

Shades of Mandalay #AC7C38

Tints of Mandalay #AC7C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 48.86%
G = 35.23%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7C38 (or 0xAC7C38) is known color: Mandalay. HEX triplet: AC, 7C and 38. RGB value is (172,124,56). Sum of RGB (Red+Green+Blue) = 172+124+56=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C38 is #5383C7. Grayscale: #828282. Windows color (decimal): -5473224 or 3701932. OLE color: 3701932.

HSL color Cylindrical-coordinate representation of color #AC7C38: hue angle of 35.17º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC7C38 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 124 56 -
CMYK 0 0.28 0.67 0.33
HSL 35.17º 0.51% 0.45% -
HSV(B) 35.17º 0.67% 0.67% -
XYZ 24.93 23.47 6.96 -
YUV 130.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 172 124 56 0 0.28 0.67 0.33 35.17 0.51 0.45
Hex AC 7C 38 0 1C 43 21 23 33 2D
Octal 254 174 70 0 34 103 41 43 63 55
Binary 10101100 1111100 111000 0 11100 1000011 100001 100011 110011 101101

Color Harmonies of #AC7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C38

Black with #AC7C38

Text Example


Text Example

White with #AC7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C38; }

 p { color: rgb(172,124,56); }

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

background-color css

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

 a { background-color: rgb(172,124,56); }

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

border-color css

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

 span { border-color: rgb(172,124,56); }

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