Html Css Color HEX #AC7D3A Mandalay

📋 copy color: '#AC7D3A'

red 172 ◦ green 125 ◦ blue 58

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

Shades of Mandalay #AC7D3A

Tints of Mandalay #AC7D3A

RGB

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

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

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

R = 48.45%
G = 35.21%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC7D3A (or 0xAC7D3A) is known color: Mandalay. HEX triplet: AC, 7D and 3A. RGB value is (172,125,58). Sum of RGB (Red+Green+Blue) = 172+125+58=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D3A is #5382C5. Grayscale: #838383. Windows color (decimal): -5472966 or 3833260. OLE color: 3833260.

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

Color convert

RGB 172 125 58 -
CMYK 0 0.27 0.66 0.33
HSL 35.26º 0.5% 0.45% -
HSV(B) 35.26º 0.66% 0.67% -
XYZ 25.11 23.74 7.26 -
YUV 131.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 172 125 58 0 0.27 0.66 0.33 35.26 0.5 0.45
Hex AC 7D 3A 0 1B 42 21 23 32 2D
Octal 254 175 72 0 33 102 41 43 62 55
Binary 10101100 1111101 111010 0 11011 1000010 100001 100011 110010 101101

Color Harmonies of #AC7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D3A

Black with #AC7D3A

Text Example


Text Example

White with #AC7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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