Html Css Color HEX #A96429 Mai Tai

📋 copy color: '#A96429'

red 169 ◦ green 100 ◦ blue 41

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

Shades of Mai Tai #A96429

Tints of Mai Tai #A96429

RGB

 RED value IS 169 (66.41% from 255) = 54.52%

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

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

R = 54.52%
G = 32.26%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A96429 (or 0xA96429) is known color: Mai Tai. HEX triplet: A9, 64 and 29. RGB value is (169,100,41). Sum of RGB (Red+Green+Blue) = 169+100+41=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A96429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96429 is #569BD6. Grayscale: #727272. Windows color (decimal): -5675991 or 2712745. OLE color: 2712745.

HSL color Cylindrical-coordinate representation of color #A96429: hue angle of 27.66º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A96429 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 100 41 -
CMYK 0 0.41 0.76 0.34
HSL 27.66º 0.61% 0.41% -
HSV(B) 27.66º 0.76% 0.66% -
XYZ 21.32 17.71 4.39 -
YUV 113.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 169 100 41 0 0.41 0.76 0.34 27.66 0.61 0.41
Hex A9 64 29 0 29 4C 22 1C 3D 29
Octal 251 144 51 0 51 114 42 34 75 51
Binary 10101001 1100100 101001 0 101001 1001100 100010 11100 111101 101001

Color Harmonies of #A96429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96429

Black with #A96429

Text Example


Text Example

White with #A96429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96429; }

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

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

background-color css

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

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

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

border-color css

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

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

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