Html Css Color HEX #A06639 Mai Tai

📋 copy color: '#A06639'

red 160 ◦ green 102 ◦ blue 57

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

Shades of Mai Tai #A06639

Tints of Mai Tai #A06639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 50.16%
G = 31.97%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A06639 (or 0xA06639) is known color: Mai Tai. HEX triplet: A0, 66 and 39. RGB value is (160,102,57). Sum of RGB (Red+Green+Blue) = 160+102+57=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A06639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06639 is #5F99C6. Grayscale: #727272. Windows color (decimal): -6265287 or 3761824. OLE color: 3761824.

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

Color convert

RGB 160 102 57 -
CMYK 0 0.36 0.64 0.37
HSL 26.21º 0.47% 0.43% -
HSV(B) 26.21º 0.64% 0.63% -
XYZ 19.99 17.27 6.15 -
YUV 114.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 160 102 57 0 0.36 0.64 0.37 26.21 0.47 0.43
Hex A0 66 39 0 24 40 25 1A 2F 2B
Octal 240 146 71 0 44 100 45 32 57 53
Binary 10100000 1100110 111001 0 100100 1000000 100101 11010 101111 101011

Color Harmonies of #A06639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06639

Black with #A06639

Text Example


Text Example

White with #A06639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06639; }

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

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

background-color css

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

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

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

border-color css

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

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

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