Html Css Color HEX #A6632F Mai Tai

📋 copy color: '#A6632F'

red 166 ◦ green 99 ◦ blue 47

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

Shades of Mai Tai #A6632F

Tints of Mai Tai #A6632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 53.21%
G = 31.73%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6632F (or 0xA6632F) is known color: Mai Tai. HEX triplet: A6, 63 and 2F. RGB value is (166,99,47). Sum of RGB (Red+Green+Blue) = 166+99+47=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6632F is #599CD0. Grayscale: #717171. Windows color (decimal): -5872849 or 3105702. OLE color: 3105702.

HSL color Cylindrical-coordinate representation of color #A6632F: hue angle of 26.22º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6632F is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 47 -
CMYK 0 0.40 0.72 0.35
HSL 26.22º 0.56% 0.42% -
HSV(B) 26.22º 0.72% 0.65% -
XYZ 20.7 17.24 4.93 -
YUV 113.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 166 99 47 0 0.40 0.72 0.35 26.22 0.56 0.42
Hex A6 63 2F 0 28 48 23 1A 38 2A
Octal 246 143 57 0 50 110 43 32 70 52
Binary 10100110 1100011 101111 0 101000 1001000 100011 11010 111000 101010

Color Harmonies of #A6632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6632F

Black with #A6632F

Text Example


Text Example

White with #A6632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6632F; }

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

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

background-color css

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

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

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

border-color css

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

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

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