Html Css Color HEX #AC7B3A Mandalay

📋 copy color: '#AC7B3A'

red 172 ◦ green 123 ◦ blue 58

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

Shades of Mandalay #AC7B3A

Tints of Mandalay #AC7B3A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 48.73%
G = 34.84%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC7B3A (or 0xAC7B3A) is known color: Mandalay. HEX triplet: AC, 7B and 3A. RGB value is (172,123,58). Sum of RGB (Red+Green+Blue) = 172+123+58=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B3A is #5384C5. Grayscale: #828282. Windows color (decimal): -5473478 or 3832748. OLE color: 3832748.

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

Color convert

RGB 172 123 58 -
CMYK 0 0.28 0.66 0.33
HSL 34.21º 0.5% 0.45% -
HSV(B) 34.21º 0.66% 0.67% -
XYZ 24.86 23.24 7.18 -
YUV 130.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 172 123 58 0 0.28 0.66 0.33 34.21 0.5 0.45
Hex AC 7B 3A 0 1C 42 21 22 32 2D
Octal 254 173 72 0 34 102 41 42 62 55
Binary 10101100 1111011 111010 0 11100 1000010 100001 100010 110010 101101

Color Harmonies of #AC7B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B3A

Black with #AC7B3A

Text Example


Text Example

White with #AC7B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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