Html Css Color HEX #A66830 Mai Tai

📋 copy color: '#A66830'

red 166 ◦ green 104 ◦ blue 48

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

Shades of Mai Tai #A66830

Tints of Mai Tai #A66830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 52.2%
G = 32.7%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A66830 (or 0xA66830) is known color: Mai Tai. HEX triplet: A6, 68 and 30. RGB value is (166,104,48). Sum of RGB (Red+Green+Blue) = 166+104+48=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A66830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66830 is #5997CF. Grayscale: #747474. Windows color (decimal): -5871568 or 3172518. OLE color: 3172518.

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

Color convert

RGB 166 104 48 -
CMYK 0 0.37 0.71 0.35
HSL 28.47º 0.55% 0.42% -
HSV(B) 28.47º 0.71% 0.65% -
XYZ 21.21 18.22 5.2 -
YUV 116.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 166 104 48 0 0.37 0.71 0.35 28.47 0.55 0.42
Hex A6 68 30 0 25 47 23 1C 37 2A
Octal 246 150 60 0 45 107 43 34 67 52
Binary 10100110 1101000 110000 0 100101 1000111 100011 11100 110111 101010

Color Harmonies of #A66830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66830

Black with #A66830

Text Example


Text Example

White with #A66830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66830; }

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

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

background-color css

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

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

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

border-color css

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

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

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