Html Css Color HEX #A66630 Mai Tai

📋 copy color: '#A66630'

red 166 ◦ green 102 ◦ blue 48

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

Shades of Mai Tai #A66630

Tints of Mai Tai #A66630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 52.53%
G = 32.28%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A66630 (or 0xA66630) is known color: Mai Tai. HEX triplet: A6, 66 and 30. RGB value is (166,102,48). Sum of RGB (Red+Green+Blue) = 166+102+48=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A66630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66630 is #5999CF. Grayscale: #737373. Windows color (decimal): -5872080 or 3172006. OLE color: 3172006.

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

Color convert

RGB 166 102 48 -
CMYK 0 0.39 0.71 0.35
HSL 27.46º 0.55% 0.42% -
HSV(B) 27.46º 0.71% 0.65% -
XYZ 21.01 17.82 5.13 -
YUV 114.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 166 102 48 0 0.39 0.71 0.35 27.46 0.55 0.42
Hex A6 66 30 0 27 47 23 1B 37 2A
Octal 246 146 60 0 47 107 43 33 67 52
Binary 10100110 1100110 110000 0 100111 1000111 100011 11011 110111 101010

Color Harmonies of #A66630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66630

Black with #A66630

Text Example


Text Example

White with #A66630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66630; }

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

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

background-color css

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

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

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

border-color css

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

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

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