Html Css Color HEX #A16024 Mai Tai

📋 copy color: '#A16024'

red 161 ◦ green 96 ◦ blue 36

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

Shades of Mai Tai #A16024

Tints of Mai Tai #A16024

RGB

 RED value IS 161 (63.28% from 255) = 54.95%

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 54.95%
G = 32.76%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A16024 (or 0xA16024) is known color: Mai Tai. HEX triplet: A1, 60 and 24. RGB value is (161,96,36). Sum of RGB (Red+Green+Blue) = 161+96+36=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A16024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16024 is #5E9FDB. Grayscale: #6C6C6C. Windows color (decimal): -6201308 or 2384033. OLE color: 2384033.

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

Color convert

RGB 161 96 36 -
CMYK 0 0.40 0.78 0.37
HSL 28.8º 0.63% 0.39% -
HSV(B) 28.8º 0.78% 0.63% -
XYZ 19.2 16.07 3.76 -
YUV 108.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 161 96 36 0 0.40 0.78 0.37 28.8 0.63 0.39
Hex A1 60 24 0 28 4E 25 1D 3F 27
Octal 241 140 44 0 50 116 45 35 77 47
Binary 10100001 1100000 100100 0 101000 1001110 100101 11101 111111 100111

Color Harmonies of #A16024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16024

Black with #A16024

Text Example


Text Example

White with #A16024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16024; }

 p { color: rgb(161,96,36); }

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

background-color css

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

 a { background-color: rgb(161,96,36); }

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

border-color css

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

 span { border-color: rgb(161,96,36); }

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