Html Css Color HEX #A66536 Mai Tai

📋 copy color: '#A66536'

red 166 ◦ green 101 ◦ blue 54

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

Shades of Mai Tai #A66536

Tints of Mai Tai #A66536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 51.71%
G = 31.46%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A66536 (or 0xA66536) is known color: Mai Tai. HEX triplet: A6, 65 and 36. RGB value is (166,101,54). Sum of RGB (Red+Green+Blue) = 166+101+54=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A66536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66536 is #599AC9. Grayscale: #737373. Windows color (decimal): -5872330 or 3564966. OLE color: 3564966.

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

Color convert

RGB 166 101 54 -
CMYK 0 0.39 0.67 0.35
HSL 25.18º 0.51% 0.43% -
HSV(B) 25.18º 0.67% 0.65% -
XYZ 21.05 17.68 5.79 -
YUV 115.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 166 101 54 0 0.39 0.67 0.35 25.18 0.51 0.43
Hex A6 65 36 0 27 43 23 19 33 2B
Octal 246 145 66 0 47 103 43 31 63 53
Binary 10100110 1100101 110110 0 100111 1000011 100011 11001 110011 101011

Color Harmonies of #A66536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66536

Black with #A66536

Text Example


Text Example

White with #A66536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66536; }

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

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

background-color css

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

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

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

border-color css

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

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

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