Html Css Color HEX #A66A30 Mai Tai

📋 copy color: '#A66A30'

red 166 ◦ green 106 ◦ blue 48

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

Shades of Mai Tai #A66A30

Tints of Mai Tai #A66A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 51.88%
G = 33.13%
B = 15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A66A30 (or 0xA66A30) is known color: Mai Tai. HEX triplet: A6, 6A and 30. RGB value is (166,106,48). Sum of RGB (Red+Green+Blue) = 166+106+48=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A30 is #5995CF. Grayscale: #757575. Windows color (decimal): -5871056 or 3173030. OLE color: 3173030.

HSL color Cylindrical-coordinate representation of color #A66A30: hue angle of 29.49º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A66A30 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 48 -
CMYK 0 0.36 0.71 0.35
HSL 29.49º 0.55% 0.42% -
HSV(B) 29.49º 0.71% 0.65% -
XYZ 21.41 18.63 5.26 -
YUV 117.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 166 106 48 0 0.36 0.71 0.35 29.49 0.55 0.42
Hex A6 6A 30 0 24 47 23 1D 37 2A
Octal 246 152 60 0 44 107 43 35 67 52
Binary 10100110 1101010 110000 0 100100 1000111 100011 11101 110111 101010

Color Harmonies of #A66A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A30

Black with #A66A30

Text Example


Text Example

White with #A66A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A30; }

 p { color: rgb(166,106,48); }

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

background-color css

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

 a { background-color: rgb(166,106,48); }

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

border-color css

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

 span { border-color: rgb(166,106,48); }

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