Html Css Color HEX #AC7F2D Mandalay

📋 copy color: '#AC7F2D'

red 172 ◦ green 127 ◦ blue 45

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

Shades of Mandalay #AC7F2D

Tints of Mandalay #AC7F2D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 50%
G = 36.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC7F2D (or 0xAC7F2D) is known color: Mandalay. HEX triplet: AC, 7F and 2D. RGB value is (172,127,45). Sum of RGB (Red+Green+Blue) = 172+127+45=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F2D is #5380D2. Grayscale: #838383. Windows color (decimal): -5472467 or 2981804. OLE color: 2981804.

HSL color Cylindrical-coordinate representation of color #AC7F2D: hue angle of 38.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC7F2D is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 45 -
CMYK 0 0.26 0.74 0.33
HSL 38.74º 0.59% 0.43% -
HSV(B) 38.74º 0.74% 0.67% -
XYZ 25.08 24.14 5.82 -
YUV 131.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 172 127 45 0 0.26 0.74 0.33 38.74 0.59 0.43
Hex AC 7F 2D 0 1A 4A 21 27 3B 2B
Octal 254 177 55 0 32 112 41 47 73 53
Binary 10101100 1111111 101101 0 11010 1001010 100001 100111 111011 101011

Color Harmonies of #AC7F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F2D

Black with #AC7F2D

Text Example


Text Example

White with #AC7F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F2D; }

 p { color: rgb(172,127,45); }

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

background-color css

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

 a { background-color: rgb(172,127,45); }

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

border-color css

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

 span { border-color: rgb(172,127,45); }

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