Html Css Color HEX #A66528 Mai Tai

📋 copy color: '#A66528'

red 166 ◦ green 101 ◦ blue 40

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

Shades of Mai Tai #A66528

Tints of Mai Tai #A66528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 54.07%
G = 32.9%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A66528 (or 0xA66528) is known color: Mai Tai. HEX triplet: A6, 65 and 28. RGB value is (166,101,40). Sum of RGB (Red+Green+Blue) = 166+101+40=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A66528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66528 is #599AD7. Grayscale: #717171. Windows color (decimal): -5872344 or 2647462. OLE color: 2647462.

HSL color Cylindrical-coordinate representation of color #A66528: hue angle of 29.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A66528 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 40 -
CMYK 0 0.39 0.76 0.35
HSL 29.05º 0.61% 0.4% -
HSV(B) 29.05º 0.76% 0.65% -
XYZ 20.76 17.57 4.3 -
YUV 113.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 166 101 40 0 0.39 0.76 0.35 29.05 0.61 0.4
Hex A6 65 28 0 27 4C 23 1D 3D 28
Octal 246 145 50 0 47 114 43 35 75 50
Binary 10100110 1100101 101000 0 100111 1001100 100011 11101 111101 101000

Color Harmonies of #A66528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66528

Black with #A66528

Text Example


Text Example

White with #A66528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66528; }

 p { color: rgb(166,101,40); }

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

background-color css

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

 a { background-color: rgb(166,101,40); }

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

border-color css

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

 span { border-color: rgb(166,101,40); }

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