Html Css Color HEX #A96836 Mai Tai

📋 copy color: '#A96836'

red 169 ◦ green 104 ◦ blue 54

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

Shades of Mai Tai #A96836

Tints of Mai Tai #A96836

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 54 (21.48% from 255) = 16.51%

R = 51.68%
G = 31.8%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A96836 (or 0xA96836) is known color: Mai Tai. HEX triplet: A9, 68 and 36. RGB value is (169,104,54). Sum of RGB (Red+Green+Blue) = 169+104+54=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A96836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96836 is #5697C9. Grayscale: #767676. Windows color (decimal): -5674954 or 3565737. OLE color: 3565737.

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

Color convert

RGB 169 104 54 -
CMYK 0 0.38 0.68 0.34
HSL 26.09º 0.52% 0.44% -
HSV(B) 26.09º 0.68% 0.66% -
XYZ 21.98 18.6 5.92 -
YUV 117.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 169 104 54 0 0.38 0.68 0.34 26.09 0.52 0.44
Hex A9 68 36 0 26 44 22 1A 34 2C
Octal 251 150 66 0 46 104 42 32 64 54
Binary 10101001 1101000 110110 0 100110 1000100 100010 11010 110100 101100

Color Harmonies of #A96836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96836

Black with #A96836

Text Example


Text Example

White with #A96836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96836; }

 p { color: rgb(169,104,54); }

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

background-color css

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

 a { background-color: rgb(169,104,54); }

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

border-color css

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

 span { border-color: rgb(169,104,54); }

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