Html Css Color HEX #A96233 Mai Tai

📋 copy color: '#A96233'

red 169 ◦ green 98 ◦ blue 51

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

Shades of Mai Tai #A96233

Tints of Mai Tai #A96233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.04%

R = 53.14%
G = 30.82%
B = 16.04%

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

#A96233 (or 0xA96233) is known color: Mai Tai. HEX triplet: A9, 62 and 33. RGB value is (169,98,51). Sum of RGB (Red+Green+Blue) = 169+98+51=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A96233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96233 is #569DCC. Grayscale: #727272. Windows color (decimal): -5676493 or 3367593. OLE color: 3367593.

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

Color convert

RGB 169 98 51 -
CMYK 0 0.42 0.70 0.34
HSL 23.9º 0.54% 0.43% -
HSV(B) 23.9º 0.7% 0.66% -
XYZ 21.33 17.41 5.37 -
YUV 113.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 169 98 51 0 0.42 0.70 0.34 23.9 0.54 0.43
Hex A9 62 33 0 2A 46 22 18 36 2B
Octal 251 142 63 0 52 106 42 30 66 53
Binary 10101001 1100010 110011 0 101010 1000110 100010 11000 110110 101011

Color Harmonies of #A96233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96233

Black with #A96233

Text Example


Text Example

White with #A96233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96233; }

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

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

background-color css

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

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

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

border-color css

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

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

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