Html Css Color HEX #A0662B Mai Tai

📋 copy color: '#A0662B'

red 160 ◦ green 102 ◦ blue 43

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

Shades of Mai Tai #A0662B

Tints of Mai Tai #A0662B

RGB

 RED value IS 160 (62.89% from 255) = 52.46%

 GREEN value IS 102 (40.23% from 255) = 33.44%

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

R = 52.46%
G = 33.44%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0662B (or 0xA0662B) is known color: Mai Tai. HEX triplet: A0, 66 and 2B. RGB value is (160,102,43). Sum of RGB (Red+Green+Blue) = 160+102+43=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0662B is #5F99D4. Grayscale: #707070. Windows color (decimal): -6265301 or 2844320. OLE color: 2844320.

HSL color Cylindrical-coordinate representation of color #A0662B: hue angle of 30.26º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0662B is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 43 -
CMYK 0 0.36 0.73 0.37
HSL 30.26º 0.58% 0.4% -
HSV(B) 30.26º 0.73% 0.63% -
XYZ 19.68 17.15 4.56 -
YUV 112.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 160 102 43 0 0.36 0.73 0.37 30.26 0.58 0.4
Hex A0 66 2B 0 24 49 25 1E 3A 28
Octal 240 146 53 0 44 111 45 36 72 50
Binary 10100000 1100110 101011 0 100100 1001001 100101 11110 111010 101000

Color Harmonies of #A0662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0662B

Black with #A0662B

Text Example


Text Example

White with #A0662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0662B; }

 p { color: rgb(160,102,43); }

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

background-color css

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

 a { background-color: rgb(160,102,43); }

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

border-color css

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

 span { border-color: rgb(160,102,43); }

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