Html Css Color HEX #A66D35 Mai Tai

📋 copy color: '#A66D35'

red 166 ◦ green 109 ◦ blue 53

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

Shades of Mai Tai #A66D35

Tints of Mai Tai #A66D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 50.61%
G = 33.23%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A66D35 (or 0xA66D35) is known color: Mai Tai. HEX triplet: A6, 6D and 35. RGB value is (166,109,53). Sum of RGB (Red+Green+Blue) = 166+109+53=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D35 is #5992CA. Grayscale: #777777. Windows color (decimal): -5870283 or 3501478. OLE color: 3501478.

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

Color convert

RGB 166 109 53 -
CMYK 0 0.34 0.68 0.35
HSL 29.73º 0.52% 0.43% -
HSV(B) 29.73º 0.68% 0.65% -
XYZ 21.84 19.3 5.94 -
YUV 119.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 166 109 53 0 0.34 0.68 0.35 29.73 0.52 0.43
Hex A6 6D 35 0 22 44 23 1E 34 2B
Octal 246 155 65 0 42 104 43 36 64 53
Binary 10100110 1101101 110101 0 100010 1000100 100011 11110 110100 101011

Color Harmonies of #A66D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D35

Black with #A66D35

Text Example


Text Example

White with #A66D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D35; }

 p { color: rgb(166,109,53); }

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

background-color css

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

 a { background-color: rgb(166,109,53); }

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

border-color css

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

 span { border-color: rgb(166,109,53); }

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