Html Css Color HEX #AC7B3E Mandalay

📋 copy color: '#AC7B3E'

red 172 ◦ green 123 ◦ blue 62

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

Shades of Mandalay #AC7B3E

Tints of Mandalay #AC7B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 48.18%
G = 34.45%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC7B3E (or 0xAC7B3E) is known color: Mandalay. HEX triplet: AC, 7B and 3E. RGB value is (172,123,62). Sum of RGB (Red+Green+Blue) = 172+123+62=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B3E is #5384C1. Grayscale: #828282. Windows color (decimal): -5473474 or 4094892. OLE color: 4094892.

HSL color Cylindrical-coordinate representation of color #AC7B3E: hue angle of 33.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC7B3E is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 62 -
CMYK 0 0.28 0.64 0.33
HSL 33.27º 0.47% 0.46% -
HSV(B) 33.27º 0.64% 0.67% -
XYZ 24.97 23.28 7.74 -
YUV 130.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 172 123 62 0 0.28 0.64 0.33 33.27 0.47 0.46
Hex AC 7B 3E 0 1C 40 21 21 2F 2E
Octal 254 173 76 0 34 100 41 41 57 56
Binary 10101100 1111011 111110 0 11100 1000000 100001 100001 101111 101110

Color Harmonies of #AC7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B3E

Black with #AC7B3E

Text Example


Text Example

White with #AC7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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