Html Css Color HEX #A96838 Mai Tai

📋 copy color: '#A96838'

red 169 ◦ green 104 ◦ blue 56

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

Shades of Mai Tai #A96838

Tints of Mai Tai #A96838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 51.37%
G = 31.61%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A96838 (or 0xA96838) is known color: Mai Tai. HEX triplet: A9, 68 and 38. RGB value is (169,104,56). Sum of RGB (Red+Green+Blue) = 169+104+56=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A96838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96838 is #5697C7. Grayscale: #767676. Windows color (decimal): -5674952 or 3696809. OLE color: 3696809.

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

Color convert

RGB 169 104 56 -
CMYK 0 0.38 0.67 0.34
HSL 25.49º 0.5% 0.44% -
HSV(B) 25.49º 0.67% 0.66% -
XYZ 22.03 18.62 6.17 -
YUV 117.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 169 104 56 0 0.38 0.67 0.34 25.49 0.5 0.44
Hex A9 68 38 0 26 43 22 19 32 2C
Octal 251 150 70 0 46 103 42 31 62 54
Binary 10101001 1101000 111000 0 100110 1000011 100010 11001 110010 101100

Color Harmonies of #A96838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96838

Black with #A96838

Text Example


Text Example

White with #A96838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96838; }

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

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

background-color css

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

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

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

border-color css

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

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

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