Html Css Color HEX #A6602A Mai Tai

📋 copy color: '#A6602A'

red 166 ◦ green 96 ◦ blue 42

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

Shades of Mai Tai #A6602A

Tints of Mai Tai #A6602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

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

R = 54.61%
G = 31.58%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6602A (or 0xA6602A) is known color: Mai Tai. HEX triplet: A6, 60 and 2A. RGB value is (166,96,42). Sum of RGB (Red+Green+Blue) = 166+96+42=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A6602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6602A is #599FD5. Grayscale: #6F6F6F. Windows color (decimal): -5873622 or 2777254. OLE color: 2777254.

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

Color convert

RGB 166 96 42 -
CMYK 0 0.42 0.75 0.35
HSL 26.13º 0.6% 0.41% -
HSV(B) 26.13º 0.75% 0.65% -
XYZ 20.33 16.64 4.33 -
YUV 110.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 166 96 42 0 0.42 0.75 0.35 26.13 0.6 0.41
Hex A6 60 2A 0 2A 4B 23 1A 3C 29
Octal 246 140 52 0 52 113 43 32 74 51
Binary 10100110 1100000 101010 0 101010 1001011 100011 11010 111100 101001

Color Harmonies of #A6602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6602A

Black with #A6602A

Text Example


Text Example

White with #A6602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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