Html Css Color HEX #A06631 Mai Tai

📋 copy color: '#A06631'

red 160 ◦ green 102 ◦ blue 49

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

Shades of Mai Tai #A06631

Tints of Mai Tai #A06631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 51.45%
G = 32.8%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06631 (or 0xA06631) is known color: Mai Tai. HEX triplet: A0, 66 and 31. RGB value is (160,102,49). Sum of RGB (Red+Green+Blue) = 160+102+49=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A06631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06631 is #5F99CE. Grayscale: #717171. Windows color (decimal): -6265295 or 3237536. OLE color: 3237536.

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

Color convert

RGB 160 102 49 -
CMYK 0 0.36 0.69 0.37
HSL 28.65º 0.53% 0.41% -
HSV(B) 28.65º 0.69% 0.63% -
XYZ 19.8 17.2 5.18 -
YUV 113.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 160 102 49 0 0.36 0.69 0.37 28.65 0.53 0.41
Hex A0 66 31 0 24 45 25 1D 35 29
Octal 240 146 61 0 44 105 45 35 65 51
Binary 10100000 1100110 110001 0 100100 1000101 100101 11101 110101 101001

Color Harmonies of #A06631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06631

Black with #A06631

Text Example


Text Example

White with #A06631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06631; }

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

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

background-color css

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

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

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

border-color css

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

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

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