Html Css Color HEX #A06431 Mai Tai

📋 copy color: '#A06431'

red 160 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #A06431

Tints of Mai Tai #A06431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 51.78%
G = 32.36%
B = 15.86%

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

#A06431 (or 0xA06431) is known color: Mai Tai. HEX triplet: A0, 64 and 31. RGB value is (160,100,49). Sum of RGB (Red+Green+Blue) = 160+100+49=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A06431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06431 is #5F9BCE. Grayscale: #707070. Windows color (decimal): -6265807 or 3237024. OLE color: 3237024.

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

Color convert

RGB 160 100 49 -
CMYK 0 0.38 0.69 0.37
HSL 27.57º 0.53% 0.41% -
HSV(B) 27.57º 0.69% 0.63% -
XYZ 19.61 16.81 5.12 -
YUV 112.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 160 100 49 0 0.38 0.69 0.37 27.57 0.53 0.41
Hex A0 64 31 0 26 45 25 1C 35 29
Octal 240 144 61 0 46 105 45 34 65 51
Binary 10100000 1100100 110001 0 100110 1000101 100101 11100 110101 101001

Color Harmonies of #A06431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06431

Black with #A06431

Text Example


Text Example

White with #A06431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06431; }

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

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

background-color css

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

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

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

border-color css

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

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

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