Html Css Color HEX #A6692A Mai Tai

📋 copy color: '#A6692A'

red 166 ◦ green 105 ◦ blue 42

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

Shades of Mai Tai #A6692A

Tints of Mai Tai #A6692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 53.04%
G = 33.55%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6692A (or 0xA6692A) is known color: Mai Tai. HEX triplet: A6, 69 and 2A. RGB value is (166,105,42). Sum of RGB (Red+Green+Blue) = 166+105+42=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6692A is #5996D5. Grayscale: #747474. Windows color (decimal): -5871318 or 2779558. OLE color: 2779558.

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

Color convert

RGB 166 105 42 -
CMYK 0 0.37 0.75 0.35
HSL 30.48º 0.6% 0.41% -
HSV(B) 30.48º 0.75% 0.65% -
XYZ 21.2 18.38 4.62 -
YUV 116.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 166 105 42 0 0.37 0.75 0.35 30.48 0.6 0.41
Hex A6 69 2A 0 25 4B 23 1E 3C 29
Octal 246 151 52 0 45 113 43 36 74 51
Binary 10100110 1101001 101010 0 100101 1001011 100011 11110 111100 101001

Color Harmonies of #A6692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6692A

Black with #A6692A

Text Example


Text Example

White with #A6692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6692A; }

 p { color: rgb(166,105,42); }

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

background-color css

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

 a { background-color: rgb(166,105,42); }

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

border-color css

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

 span { border-color: rgb(166,105,42); }

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