Html Css Color HEX #A06331 Mai Tai

📋 copy color: '#A06331'

red 160 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #A06331

Tints of Mai Tai #A06331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 51.95%
G = 32.14%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06331 (or 0xA06331) is known color: Mai Tai. HEX triplet: A0, 63 and 31. RGB value is (160,99,49). Sum of RGB (Red+Green+Blue) = 160+99+49=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A06331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06331 is #5F9CCE. Grayscale: #6F6F6F. Windows color (decimal): -6266063 or 3236768. OLE color: 3236768.

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

Color convert

RGB 160 99 49 -
CMYK 0 0.38 0.69 0.37
HSL 27.03º 0.53% 0.41% -
HSV(B) 27.03º 0.69% 0.63% -
XYZ 19.51 16.62 5.09 -
YUV 111.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 160 99 49 0 0.38 0.69 0.37 27.03 0.53 0.41
Hex A0 63 31 0 26 45 25 1B 35 29
Octal 240 143 61 0 46 105 45 33 65 51
Binary 10100000 1100011 110001 0 100110 1000101 100101 11011 110101 101001

Color Harmonies of #A06331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06331

Black with #A06331

Text Example


Text Example

White with #A06331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06331; }

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

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

background-color css

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

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

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

border-color css

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

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

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