Html Css Color HEX #A96931 Mai Tai

📋 copy color: '#A96931'

red 169 ◦ green 105 ◦ blue 49

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

Shades of Mai Tai #A96931

Tints of Mai Tai #A96931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 52.32%
G = 32.51%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A96931 (or 0xA96931) is known color: Mai Tai. HEX triplet: A9, 69 and 31. RGB value is (169,105,49). Sum of RGB (Red+Green+Blue) = 169+105+49=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A96931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96931 is #5696CE. Grayscale: #767676. Windows color (decimal): -5674703 or 3238313. OLE color: 3238313.

HSL color Cylindrical-coordinate representation of color #A96931: hue angle of 28º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A96931 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 105 49 -
CMYK 0 0.38 0.71 0.34
HSL 28º 0.55% 0.43% -
HSV(B) 28º 0.71% 0.66% -
XYZ 21.97 18.76 5.37 -
YUV 117.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 169 105 49 0 0.38 0.71 0.34 28 0.55 0.43
Hex A9 69 31 0 26 47 22 1C 37 2B
Octal 251 151 61 0 46 107 42 34 67 53
Binary 10101001 1101001 110001 0 100110 1000111 100010 11100 110111 101011

Color Harmonies of #A96931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96931

Black with #A96931

Text Example


Text Example

White with #A96931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96931; }

 p { color: rgb(169,105,49); }

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

background-color css

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

 a { background-color: rgb(169,105,49); }

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

border-color css

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

 span { border-color: rgb(169,105,49); }

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