Html Css Color HEX #A66022 Mai Tai

📋 copy color: '#A66022'

red 166 ◦ green 96 ◦ blue 34

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

Shades of Mai Tai #A66022

Tints of Mai Tai #A66022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.43%

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

R = 56.08%
G = 32.43%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A66022 (or 0xA66022) is known color: Mai Tai. HEX triplet: A6, 60 and 22. RGB value is (166,96,34). Sum of RGB (Red+Green+Blue) = 166+96+34=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A66022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66022 is #599FDD. Grayscale: #6E6E6E. Windows color (decimal): -5873630 or 2252966. OLE color: 2252966.

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

Color convert

RGB 166 96 34 -
CMYK 0 0.42 0.80 0.35
HSL 28.18º 0.66% 0.39% -
HSV(B) 28.18º 0.8% 0.65% -
XYZ 20.2 16.59 3.65 -
YUV 109.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 166 96 34 0 0.42 0.80 0.35 28.18 0.66 0.39
Hex A6 60 22 0 2A 50 23 1C 42 27
Octal 246 140 42 0 52 120 43 34 102 47
Binary 10100110 1100000 100010 0 101010 1010000 100011 11100 1000010 100111

Color Harmonies of #A66022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66022

Black with #A66022

Text Example


Text Example

White with #A66022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66022; }

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

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

background-color css

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

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

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

border-color css

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

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

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