#A76622

Color #A76622 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #A76622

Tints of Mai Tai #A76622

Color information

#A76622 (or 0xA76622) is unknown color: approx Mai Tai. HEX triplet: A7, 66 and 22. RGB value is (167,102,34). Sum of RGB (Red+Green+Blue) = 167+102+34=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A76622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76622 is #5899DD. Grayscale: #727272. Windows color (decimal): -5806558 or 2254503. OLE color: 2254503.

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

Color convert

RGB16710234-
CMYK00.390.800.35
HSL30.68º66.17%39.41%-
HSV(B)30.68º79.64%65.49%-
XYZ20.9817.833.85-
YUV113.6883.03166.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=55.12%
G=33.66%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671023400.390.800.3530.6866.1739.41
HexA7662202750231f4227
Octal24714642047120433710247
Binary10100111110011010001001001111010000100011111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76622; }

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

 H1.HeaderClassName
 {
   color: #A76622;
 }
 .AnyTagClassName
 {
   color: #A76622;
 }
</style>
background-color css

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

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

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

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

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

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