Html Css Color HEX #A76222 Mai Tai

📋 copy color: '#A76222'

red 167 ◦ green 98 ◦ blue 34

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

Shades of Mai Tai #A76222

Tints of Mai Tai #A76222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 34 (13.67% from 255) = 11.37%

R = 55.85%
G = 32.78%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A76222 (or 0xA76222) is known color: Mai Tai. HEX triplet: A7, 62 and 22. RGB value is (167,98,34). Sum of RGB (Red+Green+Blue) = 167+98+34=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A76222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76222 is #589DDD. Grayscale: #6F6F6F. Windows color (decimal): -5807582 or 2253479. OLE color: 2253479.

HSL color Cylindrical-coordinate representation of color #A76222: hue angle of 28.87º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A76222 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 34 -
CMYK 0 0.41 0.80 0.35
HSL 28.87º 0.66% 0.39% -
HSV(B) 28.87º 0.8% 0.65% -
XYZ 20.59 17.07 3.72 -
YUV 111.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 167 98 34 0 0.41 0.80 0.35 28.87 0.66 0.39
Hex A7 62 22 0 29 50 23 1D 42 27
Octal 247 142 42 0 51 120 43 35 102 47
Binary 10100111 1100010 100010 0 101001 1010000 100011 11101 1000010 100111

Color Harmonies of #A76222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76222

Black with #A76222

Text Example


Text Example

White with #A76222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76222; }

 p { color: rgb(167,98,34); }

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

background-color css

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

 a { background-color: rgb(167,98,34); }

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

border-color css

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

 span { border-color: rgb(167,98,34); }

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