Html Css Color HEX #A66622 Mai Tai

📋 copy color: '#A66622'

red 166 ◦ green 102 ◦ blue 34

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

Shades of Mai Tai #A66622

Tints of Mai Tai #A66622

RGB

 RED value IS 166 (65.23% from 255) = 54.97%

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 54.97%
G = 33.77%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A66622 (or 0xA66622) is known color: Mai Tai. HEX triplet: A6, 66 and 22. RGB value is (166,102,34). Sum of RGB (Red+Green+Blue) = 166+102+34=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A66622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66622 is #5999DD. Grayscale: #717171. Windows color (decimal): -5872094 or 2254502. OLE color: 2254502.

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

Color convert

RGB 166 102 34 -
CMYK 0 0.39 0.80 0.35
HSL 30.91º 0.66% 0.39% -
HSV(B) 30.91º 0.8% 0.65% -
XYZ 20.77 17.73 3.84 -
YUV 113.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 166 102 34 0 0.39 0.80 0.35 30.91 0.66 0.39
Hex A6 66 22 0 27 50 23 1F 42 27
Octal 246 146 42 0 47 120 43 37 102 47
Binary 10100110 1100110 100010 0 100111 1010000 100011 11111 1000010 100111

Color Harmonies of #A66622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66622

Black with #A66622

Text Example


Text Example

White with #A66622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66622; }

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

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

background-color css

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

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

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

border-color css

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

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

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