Html Css Color HEX #A06C38 Mai Tai

📋 copy color: '#A06C38'

red 160 ◦ green 108 ◦ blue 56

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

Shades of Mai Tai #A06C38

Tints of Mai Tai #A06C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

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

R = 49.38%
G = 33.33%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A06C38 (or 0xA06C38) is known color: Mai Tai. HEX triplet: A0, 6C and 38. RGB value is (160,108,56). Sum of RGB (Red+Green+Blue) = 160+108+56=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C38 is #5F93C7. Grayscale: #757575. Windows color (decimal): -6263752 or 3697824. OLE color: 3697824.

HSL color Cylindrical-coordinate representation of color #A06C38: hue angle of 30º 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 #A06C38 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 56 -
CMYK 0 0.32 0.65 0.37
HSL 30º 0.48% 0.42% -
HSV(B) 30º 0.65% 0.63% -
XYZ 20.57 18.48 6.22 -
YUV 117.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 160 108 56 0 0.32 0.65 0.37 30 0.48 0.42
Hex A0 6C 38 0 20 41 25 1E 30 2A
Octal 240 154 70 0 40 101 45 36 60 52
Binary 10100000 1101100 111000 0 100000 1000001 100101 11110 110000 101010

Color Harmonies of #A06C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C38

Black with #A06C38

Text Example


Text Example

White with #A06C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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