Html Css Color HEX #AC7D38 Mandalay

📋 copy color: '#AC7D38'

red 172 ◦ green 125 ◦ blue 56

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

Shades of Mandalay #AC7D38

Tints of Mandalay #AC7D38

RGB

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

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

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

R = 48.73%
G = 35.41%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7D38 (or 0xAC7D38) is known color: Mandalay. HEX triplet: AC, 7D and 38. RGB value is (172,125,56). Sum of RGB (Red+Green+Blue) = 172+125+56=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D38 is #5382C7. Grayscale: #838383. Windows color (decimal): -5472968 or 3702188. OLE color: 3702188.

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

Color convert

RGB 172 125 56 -
CMYK 0 0.27 0.67 0.33
HSL 35.69º 0.51% 0.45% -
HSV(B) 35.69º 0.67% 0.67% -
XYZ 25.06 23.72 7 -
YUV 131.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 172 125 56 0 0.27 0.67 0.33 35.69 0.51 0.45
Hex AC 7D 38 0 1B 43 21 24 33 2D
Octal 254 175 70 0 33 103 41 44 63 55
Binary 10101100 1111101 111000 0 11011 1000011 100001 100100 110011 101101

Color Harmonies of #AC7D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D38

Black with #AC7D38

Text Example


Text Example

White with #AC7D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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