Html Css Color HEX #AC7A38 Mandalay

📋 copy color: '#AC7A38'

red 172 ◦ green 122 ◦ blue 56

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

Shades of Mandalay #AC7A38

Tints of Mandalay #AC7A38

RGB

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

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

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

R = 49.14%
G = 34.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC7A38 (or 0xAC7A38) is known color: Mandalay. HEX triplet: AC, 7A and 38. RGB value is (172,122,56). Sum of RGB (Red+Green+Blue) = 172+122+56=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A38 is #5385C7. Grayscale: #818181. Windows color (decimal): -5473736 or 3701420. OLE color: 3701420.

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

Color convert

RGB 172 122 56 -
CMYK 0 0.29 0.67 0.33
HSL 34.14º 0.51% 0.45% -
HSV(B) 34.14º 0.67% 0.67% -
XYZ 24.69 22.98 6.87 -
YUV 129.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 172 122 56 0 0.29 0.67 0.33 34.14 0.51 0.45
Hex AC 7A 38 0 1D 43 21 22 33 2D
Octal 254 172 70 0 35 103 41 42 63 55
Binary 10101100 1111010 111000 0 11101 1000011 100001 100010 110011 101101

Color Harmonies of #AC7A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A38

Black with #AC7A38

Text Example


Text Example

White with #AC7A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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