Html Css Color HEX #A96529 Mai Tai

📋 copy color: '#A96529'

red 169 ◦ green 101 ◦ blue 41

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

Shades of Mai Tai #A96529

Tints of Mai Tai #A96529

RGB

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

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

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

R = 54.34%
G = 32.48%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A96529 (or 0xA96529) is known color: Mai Tai. HEX triplet: A9, 65 and 29. RGB value is (169,101,41). Sum of RGB (Red+Green+Blue) = 169+101+41=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A96529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96529 is #569AD6. Grayscale: #727272. Windows color (decimal): -5675735 or 2713001. OLE color: 2713001.

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

Color convert

RGB 169 101 41 -
CMYK 0 0.40 0.76 0.34
HSL 28.13º 0.61% 0.41% -
HSV(B) 28.13º 0.76% 0.66% -
XYZ 21.42 17.9 4.42 -
YUV 114.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 169 101 41 0 0.40 0.76 0.34 28.13 0.61 0.41
Hex A9 65 29 0 28 4C 22 1C 3D 29
Octal 251 145 51 0 50 114 42 34 75 51
Binary 10101001 1100101 101001 0 101000 1001100 100010 11100 111101 101001

Color Harmonies of #A96529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96529

Black with #A96529

Text Example


Text Example

White with #A96529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96529; }

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

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

background-color css

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

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

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

border-color css

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

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

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