Html Css Color HEX #A96A26 Mai Tai

📋 copy color: '#A96A26'

red 169 ◦ green 106 ◦ blue 38

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

Shades of Mai Tai #A96A26

Tints of Mai Tai #A96A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 38 (15.23% from 255) = 12.14%

R = 53.99%
G = 33.87%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A96A26 (or 0xA96A26) is known color: Mai Tai. HEX triplet: A9, 6A and 26. RGB value is (169,106,38). Sum of RGB (Red+Green+Blue) = 169+106+38=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96A26 is #5695D9. Grayscale: #757575. Windows color (decimal): -5674458 or 2517673. OLE color: 2517673.

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

Color convert

RGB 169 106 38 -
CMYK 0 0.37 0.78 0.34
HSL 31.15º 0.63% 0.41% -
HSV(B) 31.15º 0.78% 0.66% -
XYZ 21.87 18.88 4.33 -
YUV 117.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 169 106 38 0 0.37 0.78 0.34 31.15 0.63 0.41
Hex A9 6A 26 0 25 4E 22 1F 3F 29
Octal 251 152 46 0 45 116 42 37 77 51
Binary 10101001 1101010 100110 0 100101 1001110 100010 11111 111111 101001

Color Harmonies of #A96A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A26

Black with #A96A26

Text Example


Text Example

White with #A96A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A26; }

 p { color: rgb(169,106,38); }

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

background-color css

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

 a { background-color: rgb(169,106,38); }

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

border-color css

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

 span { border-color: rgb(169,106,38); }

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