Html Css Color HEX #A76522 Mai Tai

📋 copy color: '#A76522'

red 167 ◦ green 101 ◦ blue 34

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

Shades of Mai Tai #A76522

Tints of Mai Tai #A76522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 55.3%
G = 33.44%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A76522 (or 0xA76522) is known color: Mai Tai. HEX triplet: A7, 65 and 22. RGB value is (167,101,34). Sum of RGB (Red+Green+Blue) = 167+101+34=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A76522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76522 is #589ADD. Grayscale: #717171. Windows color (decimal): -5806814 or 2254247. OLE color: 2254247.

HSL color Cylindrical-coordinate representation of color #A76522: hue angle of 30.23º 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 #A76522 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 34 -
CMYK 0 0.40 0.80 0.35
HSL 30.23º 0.66% 0.39% -
HSV(B) 30.23º 0.8% 0.65% -
XYZ 20.88 17.64 3.82 -
YUV 113.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 167 101 34 0 0.40 0.80 0.35 30.23 0.66 0.39
Hex A7 65 22 0 28 50 23 1E 42 27
Octal 247 145 42 0 50 120 43 36 102 47
Binary 10100111 1100101 100010 0 101000 1010000 100011 11110 1000010 100111

Color Harmonies of #A76522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76522

Black with #A76522

Text Example


Text Example

White with #A76522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76522; }

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

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

background-color css

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

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

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

border-color css

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

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

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