Html Css Color HEX #A66430 Mai Tai

📋 copy color: '#A66430'

red 166 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #A66430

Tints of Mai Tai #A66430

RGB

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

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

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

R = 52.87%
G = 31.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A66430 (or 0xA66430) is known color: Mai Tai. HEX triplet: A6, 64 and 30. RGB value is (166,100,48). Sum of RGB (Red+Green+Blue) = 166+100+48=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66430 is #599BCF. Grayscale: #727272. Windows color (decimal): -5872592 or 3171494. OLE color: 3171494.

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

Color convert

RGB 166 100 48 -
CMYK 0 0.40 0.71 0.35
HSL 26.44º 0.55% 0.42% -
HSV(B) 26.44º 0.71% 0.65% -
XYZ 20.82 17.43 5.06 -
YUV 113.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 166 100 48 0 0.40 0.71 0.35 26.44 0.55 0.42
Hex A6 64 30 0 28 47 23 1A 37 2A
Octal 246 144 60 0 50 107 43 32 67 52
Binary 10100110 1100100 110000 0 101000 1000111 100011 11010 110111 101010

Color Harmonies of #A66430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66430

Black with #A66430

Text Example


Text Example

White with #A66430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66430; }

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

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

background-color css

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

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

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

border-color css

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

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

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