Html Css Color HEX #A06738 Mai Tai

📋 copy color: '#A06738'

red 160 ◦ green 103 ◦ blue 56

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

Shades of Mai Tai #A06738

Tints of Mai Tai #A06738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 50.16%
G = 32.29%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A06738 (or 0xA06738) is known color: Mai Tai. HEX triplet: A0, 67 and 38. RGB value is (160,103,56). Sum of RGB (Red+Green+Blue) = 160+103+56=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A06738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06738 is #5F98C7. Grayscale: #727272. Windows color (decimal): -6265032 or 3696544. OLE color: 3696544.

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

Color convert

RGB 160 103 56 -
CMYK 0 0.36 0.65 0.37
HSL 27.12º 0.48% 0.42% -
HSV(B) 27.12º 0.65% 0.63% -
XYZ 20.06 17.46 6.05 -
YUV 114.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 160 103 56 0 0.36 0.65 0.37 27.12 0.48 0.42
Hex A0 67 38 0 24 41 25 1B 30 2A
Octal 240 147 70 0 44 101 45 33 60 52
Binary 10100000 1100111 111000 0 100100 1000001 100101 11011 110000 101010

Color Harmonies of #A06738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06738

Black with #A06738

Text Example


Text Example

White with #A06738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06738; }

 p { color: rgb(160,103,56); }

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

background-color css

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

 a { background-color: rgb(160,103,56); }

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

border-color css

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

 span { border-color: rgb(160,103,56); }

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