Html Css Color HEX #A66935 Mai Tai

📋 copy color: '#A66935'

red 166 ◦ green 105 ◦ blue 53

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

Shades of Mai Tai #A66935

Tints of Mai Tai #A66935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 51.23%
G = 32.41%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A66935 (or 0xA66935) is known color: Mai Tai. HEX triplet: A6, 69 and 35. RGB value is (166,105,53). Sum of RGB (Red+Green+Blue) = 166+105+53=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A66935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66935 is #5996CA. Grayscale: #757575. Windows color (decimal): -5871307 or 3500454. OLE color: 3500454.

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

Color convert

RGB 166 105 53 -
CMYK 0 0.37 0.68 0.35
HSL 27.61º 0.52% 0.43% -
HSV(B) 27.61º 0.68% 0.65% -
XYZ 21.42 18.47 5.8 -
YUV 117.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 166 105 53 0 0.37 0.68 0.35 27.61 0.52 0.43
Hex A6 69 35 0 25 44 23 1C 34 2B
Octal 246 151 65 0 45 104 43 34 64 53
Binary 10100110 1101001 110101 0 100101 1000100 100011 11100 110100 101011

Color Harmonies of #A66935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66935

Black with #A66935

Text Example


Text Example

White with #A66935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66935; }

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

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

background-color css

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

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

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

border-color css

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

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

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