Html Css Color HEX #A66421 Mai Tai

📋 copy color: '#A66421'

red 166 ◦ green 100 ◦ blue 33

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

Shades of Mai Tai #A66421

Tints of Mai Tai #A66421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 55.52%
G = 33.44%
B = 11.04%

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

#A66421 (or 0xA66421) is known color: Mai Tai. HEX triplet: A6, 64 and 21. RGB value is (166,100,33). Sum of RGB (Red+Green+Blue) = 166+100+33=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A66421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66421 is #599BDE. Grayscale: #707070. Windows color (decimal): -5872607 or 2188454. OLE color: 2188454.

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

Color convert

RGB 166 100 33 -
CMYK 0 0.40 0.80 0.35
HSL 30.23º 0.67% 0.39% -
HSV(B) 30.23º 0.8% 0.65% -
XYZ 20.56 17.33 3.7 -
YUV 112.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 166 100 33 0 0.40 0.80 0.35 30.23 0.67 0.39
Hex A6 64 21 0 28 50 23 1E 43 27
Octal 246 144 41 0 50 120 43 36 103 47
Binary 10100110 1100100 100001 0 101000 1010000 100011 11110 1000011 100111

Color Harmonies of #A66421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66421

Black with #A66421

Text Example


Text Example

White with #A66421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66421; }

 p { color: rgb(166,100,33); }

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

background-color css

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

 a { background-color: rgb(166,100,33); }

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

border-color css

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

 span { border-color: rgb(166,100,33); }

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