Html Css Color HEX #A96B2E Mai Tai

📋 copy color: '#A96B2E'

red 169 ◦ green 107 ◦ blue 46

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

Shades of Mai Tai #A96B2E

Tints of Mai Tai #A96B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 52.48%
G = 33.23%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A96B2E (or 0xA96B2E) is known color: Mai Tai. HEX triplet: A9, 6B and 2E. RGB value is (169,107,46). Sum of RGB (Red+Green+Blue) = 169+107+46=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B2E is #5694D1. Grayscale: #767676. Windows color (decimal): -5674194 or 3042217. OLE color: 3042217.

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

Color convert

RGB 169 107 46 -
CMYK 0 0.37 0.73 0.34
HSL 29.76º 0.57% 0.42% -
HSV(B) 29.76º 0.73% 0.66% -
XYZ 22.11 19.15 5.12 -
YUV 118.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 169 107 46 0 0.37 0.73 0.34 29.76 0.57 0.42
Hex A9 6B 2E 0 25 49 22 1E 39 2A
Octal 251 153 56 0 45 111 42 36 71 52
Binary 10101001 1101011 101110 0 100101 1001001 100010 11110 111001 101010

Color Harmonies of #A96B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B2E

Black with #A96B2E

Text Example


Text Example

White with #A96B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B2E; }

 p { color: rgb(169,107,46); }

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

background-color css

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

 a { background-color: rgb(169,107,46); }

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

border-color css

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

 span { border-color: rgb(169,107,46); }

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