Html Css Color HEX #A16325 Mai Tai

📋 copy color: '#A16325'

red 161 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #A16325

Tints of Mai Tai #A16325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 54.21%
G = 33.33%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A16325 (or 0xA16325) is known color: Mai Tai. HEX triplet: A1, 63 and 25. RGB value is (161,99,37). Sum of RGB (Red+Green+Blue) = 161+99+37=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16325 is #5E9CDA. Grayscale: #6E6E6E. Windows color (decimal): -6200539 or 2450337. OLE color: 2450337.

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

Color convert

RGB 161 99 37 -
CMYK 0 0.39 0.77 0.37
HSL 30º 0.63% 0.39% -
HSV(B) 30º 0.77% 0.63% -
XYZ 19.49 16.63 3.93 -
YUV 110.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 161 99 37 0 0.39 0.77 0.37 30 0.63 0.39
Hex A1 63 25 0 27 4D 25 1E 3F 27
Octal 241 143 45 0 47 115 45 36 77 47
Binary 10100001 1100011 100101 0 100111 1001101 100101 11110 111111 100111

Color Harmonies of #A16325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16325

Black with #A16325

Text Example


Text Example

White with #A16325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16325; }

 p { color: rgb(161,99,37); }

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

background-color css

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

 a { background-color: rgb(161,99,37); }

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

border-color css

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

 span { border-color: rgb(161,99,37); }

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