Html Css Color HEX #A96726 Mai Tai

📋 copy color: '#A96726'

red 169 ◦ green 103 ◦ blue 38

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

Shades of Mai Tai #A96726

Tints of Mai Tai #A96726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 54.52%
G = 33.23%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A96726 (or 0xA96726) is known color: Mai Tai. HEX triplet: A9, 67 and 26. RGB value is (169,103,38). Sum of RGB (Red+Green+Blue) = 169+103+38=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A96726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96726 is #5698D9. Grayscale: #737373. Windows color (decimal): -5675226 or 2516905. OLE color: 2516905.

HSL color Cylindrical-coordinate representation of color #A96726: hue angle of 29.77º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A96726 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 103 38 -
CMYK 0 0.39 0.78 0.34
HSL 29.77º 0.63% 0.41% -
HSV(B) 29.77º 0.78% 0.66% -
XYZ 21.56 18.28 4.22 -
YUV 115.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 169 103 38 0 0.39 0.78 0.34 29.77 0.63 0.41
Hex A9 67 26 0 27 4E 22 1E 3F 29
Octal 251 147 46 0 47 116 42 36 77 51
Binary 10101001 1100111 100110 0 100111 1001110 100010 11110 111111 101001

Color Harmonies of #A96726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96726

Black with #A96726

Text Example


Text Example

White with #A96726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96726; }

 p { color: rgb(169,103,38); }

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

background-color css

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

 a { background-color: rgb(169,103,38); }

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

border-color css

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

 span { border-color: rgb(169,103,38); }

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