Html Css Color HEX #A76120 Mai Tai

📋 copy color: '#A76120'

red 167 ◦ green 97 ◦ blue 32

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

Shades of Mai Tai #A76120

Tints of Mai Tai #A76120

RGB

 RED value IS 167 (65.63% from 255) = 56.42%

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 56.42%
G = 32.77%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A76120 (or 0xA76120) is known color: Mai Tai. HEX triplet: A7, 61 and 20. RGB value is (167,97,32). Sum of RGB (Red+Green+Blue) = 167+97+32=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A76120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76120 is #589EDF. Grayscale: #6E6E6E. Windows color (decimal): -5807840 or 2122151. OLE color: 2122151.

HSL color Cylindrical-coordinate representation of color #A76120: hue angle of 28.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A76120 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 32 -
CMYK 0 0.42 0.81 0.35
HSL 28.89º 0.68% 0.39% -
HSV(B) 28.89º 0.81% 0.65% -
XYZ 20.47 16.87 3.54 -
YUV 110.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 167 97 32 0 0.42 0.81 0.35 28.89 0.68 0.39
Hex A7 61 20 0 2A 51 23 1D 44 27
Octal 247 141 40 0 52 121 43 35 104 47
Binary 10100111 1100001 100000 0 101010 1010001 100011 11101 1000100 100111

Color Harmonies of #A76120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76120

Black with #A76120

Text Example


Text Example

White with #A76120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76120; }

 p { color: rgb(167,97,32); }

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

background-color css

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

 a { background-color: rgb(167,97,32); }

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

border-color css

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

 span { border-color: rgb(167,97,32); }

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