Html Css Color HEX #A66133 Mai Tai

📋 copy color: '#A66133'

red 166 ◦ green 97 ◦ blue 51

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

Shades of Mai Tai #A66133

Tints of Mai Tai #A66133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 52.87%
G = 30.89%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A66133 (or 0xA66133) is known color: Mai Tai. HEX triplet: A6, 61 and 33. RGB value is (166,97,51). Sum of RGB (Red+Green+Blue) = 166+97+51=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A66133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66133 is #599ECC. Grayscale: #707070. Windows color (decimal): -5873357 or 3367334. OLE color: 3367334.

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

Color convert

RGB 166 97 51 -
CMYK 0 0.42 0.69 0.35
HSL 24º 0.53% 0.43% -
HSV(B) 24º 0.69% 0.65% -
XYZ 20.6 16.9 5.31 -
YUV 112.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 166 97 51 0 0.42 0.69 0.35 24 0.53 0.43
Hex A6 61 33 0 2A 45 23 18 35 2B
Octal 246 141 63 0 52 105 43 30 65 53
Binary 10100110 1100001 110011 0 101010 1000101 100011 11000 110101 101011

Color Harmonies of #A66133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66133

Black with #A66133

Text Example


Text Example

White with #A66133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66133; }

 p { color: rgb(166,97,51); }

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

background-color css

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

 a { background-color: rgb(166,97,51); }

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

border-color css

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

 span { border-color: rgb(166,97,51); }

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