Html Css Color HEX #A96032 Mai Tai

📋 copy color: '#A96032'

red 169 ◦ green 96 ◦ blue 50

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

Shades of Mai Tai #A96032

Tints of Mai Tai #A96032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 53.65%
G = 30.48%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A96032 (or 0xA96032) is known color: Mai Tai. HEX triplet: A9, 60 and 32. RGB value is (169,96,50). Sum of RGB (Red+Green+Blue) = 169+96+50=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A96032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96032 is #569FCD. Grayscale: #707070. Windows color (decimal): -5677006 or 3301545. OLE color: 3301545.

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

Color convert

RGB 169 96 50 -
CMYK 0 0.43 0.70 0.34
HSL 23.19º 0.54% 0.43% -
HSV(B) 23.19º 0.7% 0.66% -
XYZ 21.12 17.03 5.19 -
YUV 112.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 169 96 50 0 0.43 0.70 0.34 23.19 0.54 0.43
Hex A9 60 32 0 2B 46 22 17 36 2B
Octal 251 140 62 0 53 106 42 27 66 53
Binary 10101001 1100000 110010 0 101011 1000110 100010 10111 110110 101011

Color Harmonies of #A96032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96032

Black with #A96032

Text Example


Text Example

White with #A96032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96032; }

 p { color: rgb(169,96,50); }

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

background-color css

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

 a { background-color: rgb(169,96,50); }

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

border-color css

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

 span { border-color: rgb(169,96,50); }

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