Html Css Color HEX #A6632B Mai Tai

📋 copy color: '#A6632B'

red 166 ◦ green 99 ◦ blue 43

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

Shades of Mai Tai #A6632B

Tints of Mai Tai #A6632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 53.9%
G = 32.14%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6632B (or 0xA6632B) is known color: Mai Tai. HEX triplet: A6, 63 and 2B. RGB value is (166,99,43). Sum of RGB (Red+Green+Blue) = 166+99+43=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6632B is #599CD4. Grayscale: #707070. Windows color (decimal): -5872853 or 2843558. OLE color: 2843558.

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

Color convert

RGB 166 99 43 -
CMYK 0 0.40 0.74 0.35
HSL 27.32º 0.59% 0.41% -
HSV(B) 27.32º 0.74% 0.65% -
XYZ 20.62 17.21 4.52 -
YUV 112.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 166 99 43 0 0.40 0.74 0.35 27.32 0.59 0.41
Hex A6 63 2B 0 28 4A 23 1B 3B 29
Octal 246 143 53 0 50 112 43 33 73 51
Binary 10100110 1100011 101011 0 101000 1001010 100011 11011 111011 101001

Color Harmonies of #A6632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6632B

Black with #A6632B

Text Example


Text Example

White with #A6632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6632B; }

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

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

background-color css

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

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

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

border-color css

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

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

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