Html Css Color HEX #AC6429 Mai Tai

📋 copy color: '#AC6429'

red 172 ◦ green 100 ◦ blue 41

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

Shades of Mai Tai #AC6429

Tints of Mai Tai #AC6429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 54.95%
G = 31.95%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC6429 (or 0xAC6429) is known color: Mai Tai. HEX triplet: AC, 64 and 29. RGB value is (172,100,41). Sum of RGB (Red+Green+Blue) = 172+100+41=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6429 is #539BD6. Grayscale: #737373. Windows color (decimal): -5479383 or 2712748. OLE color: 2712748.

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

Color convert

RGB 172 100 41 -
CMYK 0 0.42 0.76 0.33
HSL 27.02º 0.62% 0.42% -
HSV(B) 27.02º 0.76% 0.67% -
XYZ 21.97 18.05 4.42 -
YUV 114.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 172 100 41 0 0.42 0.76 0.33 27.02 0.62 0.42
Hex AC 64 29 0 2A 4C 21 1B 3E 2A
Octal 254 144 51 0 52 114 41 33 76 52
Binary 10101100 1100100 101001 0 101010 1001100 100001 11011 111110 101010

Color Harmonies of #AC6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6429

Black with #AC6429

Text Example


Text Example

White with #AC6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6429; }

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

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

background-color css

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

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

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

border-color css

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

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

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