Html Css Color HEX #A66328 Mai Tai

📋 copy color: '#A66328'

red 166 ◦ green 99 ◦ blue 40

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

Shades of Mai Tai #A66328

Tints of Mai Tai #A66328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 54.43%
G = 32.46%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A66328 (or 0xA66328) is known color: Mai Tai. HEX triplet: A6, 63 and 28. RGB value is (166,99,40). Sum of RGB (Red+Green+Blue) = 166+99+40=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A66328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66328 is #599CD7. Grayscale: #707070. Windows color (decimal): -5872856 or 2646950. OLE color: 2646950.

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

Color convert

RGB 166 99 40 -
CMYK 0 0.40 0.76 0.35
HSL 28.1º 0.61% 0.4% -
HSV(B) 28.1º 0.76% 0.65% -
XYZ 20.57 17.18 4.24 -
YUV 112.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 166 99 40 0 0.40 0.76 0.35 28.1 0.61 0.4
Hex A6 63 28 0 28 4C 23 1C 3D 28
Octal 246 143 50 0 50 114 43 34 75 50
Binary 10100110 1100011 101000 0 101000 1001100 100011 11100 111101 101000

Color Harmonies of #A66328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66328

Black with #A66328

Text Example


Text Example

White with #A66328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66328; }

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

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

background-color css

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

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

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

border-color css

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

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

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