Html Css Color HEX #AC7D30 Mandalay

📋 copy color: '#AC7D30'

red 172 ◦ green 125 ◦ blue 48

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

Shades of Mandalay #AC7D30

Tints of Mandalay #AC7D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 49.86%
G = 36.23%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC7D30 (or 0xAC7D30) is known color: Mandalay. HEX triplet: AC, 7D and 30. RGB value is (172,125,48). Sum of RGB (Red+Green+Blue) = 172+125+48=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7D30 is #5382CF. Grayscale: #828282. Windows color (decimal): -5472976 or 3177900. OLE color: 3177900.

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

Color convert

RGB 172 125 48 -
CMYK 0 0.27 0.72 0.33
HSL 37.26º 0.56% 0.43% -
HSV(B) 37.26º 0.72% 0.67% -
XYZ 24.88 23.65 6.05 -
YUV 130.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 172 125 48 0 0.27 0.72 0.33 37.26 0.56 0.43
Hex AC 7D 30 0 1B 48 21 25 38 2B
Octal 254 175 60 0 33 110 41 45 70 53
Binary 10101100 1111101 110000 0 11011 1001000 100001 100101 111000 101011

Color Harmonies of #AC7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D30

Black with #AC7D30

Text Example


Text Example

White with #AC7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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