Html Css Color HEX #A66730 Mai Tai

📋 copy color: '#A66730'

red 166 ◦ green 103 ◦ blue 48

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

Shades of Mai Tai #A66730

Tints of Mai Tai #A66730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 52.37%
G = 32.49%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A66730 (or 0xA66730) is known color: Mai Tai. HEX triplet: A6, 67 and 30. RGB value is (166,103,48). Sum of RGB (Red+Green+Blue) = 166+103+48=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A66730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66730 is #5998CF. Grayscale: #737373. Windows color (decimal): -5871824 or 3172262. OLE color: 3172262.

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

Color convert

RGB 166 103 48 -
CMYK 0 0.38 0.71 0.35
HSL 27.97º 0.55% 0.42% -
HSV(B) 27.97º 0.71% 0.65% -
XYZ 21.11 18.02 5.16 -
YUV 115.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 166 103 48 0 0.38 0.71 0.35 27.97 0.55 0.42
Hex A6 67 30 0 26 47 23 1C 37 2A
Octal 246 147 60 0 46 107 43 34 67 52
Binary 10100110 1100111 110000 0 100110 1000111 100011 11100 110111 101010

Color Harmonies of #A66730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66730

Black with #A66730

Text Example


Text Example

White with #A66730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66730; }

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

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

background-color css

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

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

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

border-color css

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

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

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