Html Css Color HEX #A16730 Mai Tai

📋 copy color: '#A16730'

red 161 ◦ green 103 ◦ blue 48

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

Shades of Mai Tai #A16730

Tints of Mai Tai #A16730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 51.6%
G = 33.01%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A16730 (or 0xA16730) is known color: Mai Tai. HEX triplet: A1, 67 and 30. RGB value is (161,103,48). Sum of RGB (Red+Green+Blue) = 161+103+48=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A16730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16730 is #5E98CF. Grayscale: #727272. Windows color (decimal): -6199504 or 3172257. OLE color: 3172257.

HSL color Cylindrical-coordinate representation of color #A16730: hue angle of 29.2º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A16730 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 103 48 -
CMYK 0 0.36 0.70 0.37
HSL 29.2º 0.54% 0.41% -
HSV(B) 29.2º 0.7% 0.63% -
XYZ 20.08 17.49 5.11 -
YUV 114.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 161 103 48 0 0.36 0.70 0.37 29.2 0.54 0.41
Hex A1 67 30 0 24 46 25 1D 36 29
Octal 241 147 60 0 44 106 45 35 66 51
Binary 10100001 1100111 110000 0 100100 1000110 100101 11101 110110 101001

Color Harmonies of #A16730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16730

Black with #A16730

Text Example


Text Example

White with #A16730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16730; }

 p { color: rgb(161,103,48); }

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

background-color css

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

 a { background-color: rgb(161,103,48); }

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

border-color css

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

 span { border-color: rgb(161,103,48); }

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