Html Css Color HEX #AC7A3A Mandalay

📋 copy color: '#AC7A3A'

red 172 ◦ green 122 ◦ blue 58

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

Shades of Mandalay #AC7A3A

Tints of Mandalay #AC7A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 48.86%
G = 34.66%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC7A3A (or 0xAC7A3A) is known color: Mandalay. HEX triplet: AC, 7A and 3A. RGB value is (172,122,58). Sum of RGB (Red+Green+Blue) = 172+122+58=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A3A is #5385C5. Grayscale: #818181. Windows color (decimal): -5473734 or 3832492. OLE color: 3832492.

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

Color convert

RGB 172 122 58 -
CMYK 0 0.29 0.66 0.33
HSL 33.68º 0.5% 0.45% -
HSV(B) 33.68º 0.66% 0.67% -
XYZ 24.74 23 7.14 -
YUV 129.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 172 122 58 0 0.29 0.66 0.33 33.68 0.5 0.45
Hex AC 7A 3A 0 1D 42 21 22 32 2D
Octal 254 172 72 0 35 102 41 42 62 55
Binary 10101100 1111010 111010 0 11101 1000010 100001 100010 110010 101101

Color Harmonies of #AC7A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A3A

Black with #AC7A3A

Text Example


Text Example

White with #AC7A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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