Html Css Color HEX #A0662A Mai Tai

📋 copy color: '#A0662A'

red 160 ◦ green 102 ◦ blue 42

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

Shades of Mai Tai #A0662A

Tints of Mai Tai #A0662A

RGB

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

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

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

R = 52.63%
G = 33.55%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0662A (or 0xA0662A) is known color: Mai Tai. HEX triplet: A0, 66 and 2A. RGB value is (160,102,42). Sum of RGB (Red+Green+Blue) = 160+102+42=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0662A is #5F99D5. Grayscale: #707070. Windows color (decimal): -6265302 or 2778784. OLE color: 2778784.

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

Color convert

RGB 160 102 42 -
CMYK 0 0.36 0.74 0.37
HSL 30.51º 0.58% 0.4% -
HSV(B) 30.51º 0.74% 0.63% -
XYZ 19.67 17.14 4.46 -
YUV 112.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 160 102 42 0 0.36 0.74 0.37 30.51 0.58 0.4
Hex A0 66 2A 0 24 4A 25 1F 3A 28
Octal 240 146 52 0 44 112 45 37 72 50
Binary 10100000 1100110 101010 0 100100 1001010 100101 11111 111010 101000

Color Harmonies of #A0662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0662A

Black with #A0662A

Text Example


Text Example

White with #A0662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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