Html Css Color HEX #A96232 Mai Tai

📋 copy color: '#A96232'

red 169 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A96232

Tints of Mai Tai #A96232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 53.31%
G = 30.91%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A96232 (or 0xA96232) is known color: Mai Tai. HEX triplet: A9, 62 and 32. RGB value is (169,98,50). Sum of RGB (Red+Green+Blue) = 169+98+50=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A96232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96232 is #569DCD. Grayscale: #727272. Windows color (decimal): -5676494 or 3302057. OLE color: 3302057.

HSL color Cylindrical-coordinate representation of color #A96232: hue angle of 24.2º 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 #A96232 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 98 50 -
CMYK 0 0.42 0.70 0.34
HSL 24.2º 0.54% 0.43% -
HSV(B) 24.2º 0.7% 0.66% -
XYZ 21.31 17.4 5.25 -
YUV 113.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 169 98 50 0 0.42 0.70 0.34 24.2 0.54 0.43
Hex A9 62 32 0 2A 46 22 18 36 2B
Octal 251 142 62 0 52 106 42 30 66 53
Binary 10101001 1100010 110010 0 101010 1000110 100010 11000 110110 101011

Color Harmonies of #A96232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96232

Black with #A96232

Text Example


Text Example

White with #A96232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96232; }

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

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

background-color css

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

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

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

border-color css

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

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

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