Html Css Color HEX #A96531 Mai Tai

📋 copy color: '#A96531'

red 169 ◦ green 101 ◦ blue 49

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

Shades of Mai Tai #A96531

Tints of Mai Tai #A96531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 52.98%
G = 31.66%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A96531 (or 0xA96531) is known color: Mai Tai. HEX triplet: A9, 65 and 31. RGB value is (169,101,49). Sum of RGB (Red+Green+Blue) = 169+101+49=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A96531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96531 is #569ACE. Grayscale: #737373. Windows color (decimal): -5675727 or 3237289. OLE color: 3237289.

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

Color convert

RGB 169 101 49 -
CMYK 0 0.40 0.71 0.34
HSL 26º 0.55% 0.43% -
HSV(B) 26º 0.71% 0.66% -
XYZ 21.57 17.96 5.24 -
YUV 115.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 169 101 49 0 0.40 0.71 0.34 26 0.55 0.43
Hex A9 65 31 0 28 47 22 1A 37 2B
Octal 251 145 61 0 50 107 42 32 67 53
Binary 10101001 1100101 110001 0 101000 1000111 100010 11010 110111 101011

Color Harmonies of #A96531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96531

Black with #A96531

Text Example


Text Example

White with #A96531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96531; }

 p { color: rgb(169,101,49); }

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

background-color css

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

 a { background-color: rgb(169,101,49); }

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

border-color css

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

 span { border-color: rgb(169,101,49); }

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