Html Css Color HEX #A96835 Mai Tai

📋 copy color: '#A96835'

red 169 ◦ green 104 ◦ blue 53

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

Shades of Mai Tai #A96835

Tints of Mai Tai #A96835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 51.84%
G = 31.9%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A96835 (or 0xA96835) is known color: Mai Tai. HEX triplet: A9, 68 and 35. RGB value is (169,104,53). Sum of RGB (Red+Green+Blue) = 169+104+53=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A96835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96835 is #5697CA. Grayscale: #757575. Windows color (decimal): -5674955 or 3500201. OLE color: 3500201.

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

Color convert

RGB 169 104 53 -
CMYK 0 0.38 0.69 0.34
HSL 26.38º 0.52% 0.44% -
HSV(B) 26.38º 0.69% 0.66% -
XYZ 21.96 18.59 5.8 -
YUV 117.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 169 104 53 0 0.38 0.69 0.34 26.38 0.52 0.44
Hex A9 68 35 0 26 45 22 1A 34 2C
Octal 251 150 65 0 46 105 42 32 64 54
Binary 10101001 1101000 110101 0 100110 1000101 100010 11010 110100 101100

Color Harmonies of #A96835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96835

Black with #A96835

Text Example


Text Example

White with #A96835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96835; }

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

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

background-color css

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

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

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

border-color css

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

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

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