Html Css Color HEX #A66334 Mai Tai

📋 copy color: '#A66334'

red 166 ◦ green 99 ◦ blue 52

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

Shades of Mai Tai #A66334

Tints of Mai Tai #A66334

RGB

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

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

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

R = 52.37%
G = 31.23%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66334 (or 0xA66334) is known color: Mai Tai. HEX triplet: A6, 63 and 34. RGB value is (166,99,52). Sum of RGB (Red+Green+Blue) = 166+99+52=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A66334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66334 is #599CCB. Grayscale: #717171. Windows color (decimal): -5872844 or 3433382. OLE color: 3433382.

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

Color convert

RGB 166 99 52 -
CMYK 0 0.40 0.69 0.35
HSL 24.74º 0.52% 0.43% -
HSV(B) 24.74º 0.69% 0.65% -
XYZ 20.81 17.28 5.49 -
YUV 113.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 166 99 52 0 0.40 0.69 0.35 24.74 0.52 0.43
Hex A6 63 34 0 28 45 23 19 34 2B
Octal 246 143 64 0 50 105 43 31 64 53
Binary 10100110 1100011 110100 0 101000 1000101 100011 11001 110100 101011

Color Harmonies of #A66334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66334

Black with #A66334

Text Example


Text Example

White with #A66334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66334; }

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

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

background-color css

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

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

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

border-color css

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

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

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