Html Css Color HEX #A6652D Mai Tai

📋 copy color: '#A6652D'

red 166 ◦ green 101 ◦ blue 45

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

Shades of Mai Tai #A6652D

Tints of Mai Tai #A6652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 53.21%
G = 32.37%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6652D (or 0xA6652D) is known color: Mai Tai. HEX triplet: A6, 65 and 2D. RGB value is (166,101,45). Sum of RGB (Red+Green+Blue) = 166+101+45=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6652D is #599AD2. Grayscale: #727272. Windows color (decimal): -5872339 or 2975142. OLE color: 2975142.

HSL color Cylindrical-coordinate representation of color #A6652D: hue angle of 27.77º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6652D is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 45 -
CMYK 0 0.39 0.73 0.35
HSL 27.77º 0.57% 0.41% -
HSV(B) 27.77º 0.73% 0.65% -
XYZ 20.85 17.6 4.78 -
YUV 114.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 166 101 45 0 0.39 0.73 0.35 27.77 0.57 0.41
Hex A6 65 2D 0 27 49 23 1C 39 29
Octal 246 145 55 0 47 111 43 34 71 51
Binary 10100110 1100101 101101 0 100111 1001001 100011 11100 111001 101001

Color Harmonies of #A6652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6652D

Black with #A6652D

Text Example


Text Example

White with #A6652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6652D; }

 p { color: rgb(166,101,45); }

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

background-color css

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

 a { background-color: rgb(166,101,45); }

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

border-color css

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

 span { border-color: rgb(166,101,45); }

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