Html Css Color HEX #A96129 Mai Tai

📋 copy color: '#A96129'

red 169 ◦ green 97 ◦ blue 41

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

Shades of Mai Tai #A96129

Tints of Mai Tai #A96129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 55.05%
G = 31.6%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A96129 (or 0xA96129) is known color: Mai Tai. HEX triplet: A9, 61 and 29. RGB value is (169,97,41). Sum of RGB (Red+Green+Blue) = 169+97+41=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A96129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96129 is #569ED6. Grayscale: #707070. Windows color (decimal): -5676759 or 2711977. OLE color: 2711977.

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

Color convert

RGB 169 97 41 -
CMYK 0 0.43 0.76 0.34
HSL 26.25º 0.61% 0.41% -
HSV(B) 26.25º 0.76% 0.66% -
XYZ 21.04 17.14 4.3 -
YUV 112.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 169 97 41 0 0.43 0.76 0.34 26.25 0.61 0.41
Hex A9 61 29 0 2B 4C 22 1A 3D 29
Octal 251 141 51 0 53 114 42 32 75 51
Binary 10101001 1100001 101001 0 101011 1001100 100010 11010 111101 101001

Color Harmonies of #A96129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96129

Black with #A96129

Text Example


Text Example

White with #A96129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96129; }

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

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

background-color css

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

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

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

border-color css

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

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

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