Html Css Color HEX #A66B34 Mai Tai

📋 copy color: '#A66B34'

red 166 ◦ green 107 ◦ blue 52

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

Shades of Mai Tai #A66B34

Tints of Mai Tai #A66B34

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 51.08%
G = 32.92%
B = 16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66B34 (or 0xA66B34) is known color: Mai Tai. HEX triplet: A6, 6B and 34. RGB value is (166,107,52). Sum of RGB (Red+Green+Blue) = 166+107+52=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B34 is #5994CB. Grayscale: #767676. Windows color (decimal): -5870796 or 3435430. OLE color: 3435430.

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

Color convert

RGB 166 107 52 -
CMYK 0 0.36 0.69 0.35
HSL 28.95º 0.52% 0.43% -
HSV(B) 28.95º 0.69% 0.65% -
XYZ 21.6 18.87 5.75 -
YUV 118.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 166 107 52 0 0.36 0.69 0.35 28.95 0.52 0.43
Hex A6 6B 34 0 24 45 23 1D 34 2B
Octal 246 153 64 0 44 105 43 35 64 53
Binary 10100110 1101011 110100 0 100100 1000101 100011 11101 110100 101011

Color Harmonies of #A66B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B34

Black with #A66B34

Text Example


Text Example

White with #A66B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B34; }

 p { color: rgb(166,107,52); }

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

background-color css

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

 a { background-color: rgb(166,107,52); }

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

border-color css

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

 span { border-color: rgb(166,107,52); }

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