Html Css Color HEX #A06D3B Mai Tai

📋 copy color: '#A06D3B'

red 160 ◦ green 109 ◦ blue 59

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

Shades of Mai Tai #A06D3B

Tints of Mai Tai #A06D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 48.78%
G = 33.23%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A06D3B (or 0xA06D3B) is known color: Mai Tai. HEX triplet: A0, 6D and 3B. RGB value is (160,109,59). Sum of RGB (Red+Green+Blue) = 160+109+59=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D3B is #5F92C4. Grayscale: #767676. Windows color (decimal): -6263493 or 3894688. OLE color: 3894688.

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

Color convert

RGB 160 109 59 -
CMYK 0 0.32 0.63 0.37
HSL 29.7º 0.46% 0.43% -
HSV(B) 29.7º 0.63% 0.63% -
XYZ 20.76 18.73 6.66 -
YUV 118.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 160 109 59 0 0.32 0.63 0.37 29.7 0.46 0.43
Hex A0 6D 3B 0 20 3F 25 1E 2E 2B
Octal 240 155 73 0 40 77 45 36 56 53
Binary 10100000 1101101 111011 0 100000 111111 100101 11110 101110 101011

Color Harmonies of #A06D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D3B

Black with #A06D3B

Text Example


Text Example

White with #A06D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D3B; }

 p { color: rgb(160,109,59); }

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

background-color css

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

 a { background-color: rgb(160,109,59); }

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

border-color css

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

 span { border-color: rgb(160,109,59); }

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