Html Css Color HEX #A96C34 Mai Tai

📋 copy color: '#A96C34'

red 169 ◦ green 108 ◦ blue 52

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

Shades of Mai Tai #A96C34

Tints of Mai Tai #A96C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 51.37%
G = 32.83%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A96C34 (or 0xA96C34) is known color: Mai Tai. HEX triplet: A9, 6C and 34. RGB value is (169,108,52). Sum of RGB (Red+Green+Blue) = 169+108+52=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C34 is #5693CB. Grayscale: #787878. Windows color (decimal): -5673932 or 3435689. OLE color: 3435689.

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

Color convert

RGB 169 108 52 -
CMYK 0 0.36 0.69 0.34
HSL 28.72º 0.53% 0.43% -
HSV(B) 28.72º 0.69% 0.66% -
XYZ 22.34 19.41 5.82 -
YUV 119.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 169 108 52 0 0.36 0.69 0.34 28.72 0.53 0.43
Hex A9 6C 34 0 24 45 22 1D 35 2B
Octal 251 154 64 0 44 105 42 35 65 53
Binary 10101001 1101100 110100 0 100100 1000101 100010 11101 110101 101011

Color Harmonies of #A96C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C34

Black with #A96C34

Text Example


Text Example

White with #A96C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C34; }

 p { color: rgb(169,108,52); }

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

background-color css

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

 a { background-color: rgb(169,108,52); }

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

border-color css

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

 span { border-color: rgb(169,108,52); }

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