Html Css Color HEX #AC6529 Mai Tai

📋 copy color: '#AC6529'

red 172 ◦ green 101 ◦ blue 41

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

Shades of Mai Tai #AC6529

Tints of Mai Tai #AC6529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 54.78%
G = 32.17%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC6529 (or 0xAC6529) is known color: Mai Tai. HEX triplet: AC, 65 and 29. RGB value is (172,101,41). Sum of RGB (Red+Green+Blue) = 172+101+41=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6529 is #539AD6. Grayscale: #737373. Windows color (decimal): -5479127 or 2713004. OLE color: 2713004.

HSL color Cylindrical-coordinate representation of color #AC6529: hue angle of 27.48º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC6529 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 101 41 -
CMYK 0 0.41 0.76 0.33
HSL 27.48º 0.62% 0.42% -
HSV(B) 27.48º 0.76% 0.67% -
XYZ 22.07 18.24 4.46 -
YUV 115.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 172 101 41 0 0.41 0.76 0.33 27.48 0.62 0.42
Hex AC 65 29 0 29 4C 21 1B 3E 2A
Octal 254 145 51 0 51 114 41 33 76 52
Binary 10101100 1100101 101001 0 101001 1001100 100001 11011 111110 101010

Color Harmonies of #AC6529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6529

Black with #AC6529

Text Example


Text Example

White with #AC6529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6529; }

 p { color: rgb(172,101,41); }

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

background-color css

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

 a { background-color: rgb(172,101,41); }

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

border-color css

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

 span { border-color: rgb(172,101,41); }

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