Html Css Color HEX #A96124 Mai Tai

📋 copy color: '#A96124'

red 169 ◦ green 97 ◦ blue 36

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

Shades of Mai Tai #A96124

Tints of Mai Tai #A96124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 55.96%
G = 32.12%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A96124 (or 0xA96124) is known color: Mai Tai. HEX triplet: A9, 61 and 24. RGB value is (169,97,36). Sum of RGB (Red+Green+Blue) = 169+97+36=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A96124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96124 is #569EDB. Grayscale: #6F6F6F. Windows color (decimal): -5676764 or 2384297. OLE color: 2384297.

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

Color convert

RGB 169 97 36 -
CMYK 0 0.43 0.79 0.34
HSL 27.52º 0.65% 0.4% -
HSV(B) 27.52º 0.79% 0.66% -
XYZ 20.96 17.11 3.87 -
YUV 111.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 169 97 36 0 0.43 0.79 0.34 27.52 0.65 0.4
Hex A9 61 24 0 2B 4F 22 1C 41 28
Octal 251 141 44 0 53 117 42 34 101 50
Binary 10101001 1100001 100100 0 101011 1001111 100010 11100 1000001 101000

Color Harmonies of #A96124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96124

Black with #A96124

Text Example


Text Example

White with #A96124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96124; }

 p { color: rgb(169,97,36); }

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

background-color css

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

 a { background-color: rgb(169,97,36); }

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

border-color css

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

 span { border-color: rgb(169,97,36); }

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