Html Css Color HEX #A06531 Mai Tai

📋 copy color: '#A06531'

red 160 ◦ green 101 ◦ blue 49

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

Shades of Mai Tai #A06531

Tints of Mai Tai #A06531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 51.61%
G = 32.58%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A06531 (or 0xA06531) is known color: Mai Tai. HEX triplet: A0, 65 and 31. RGB value is (160,101,49). Sum of RGB (Red+Green+Blue) = 160+101+49=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A06531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06531 is #5F9ACE. Grayscale: #707070. Windows color (decimal): -6265551 or 3237280. OLE color: 3237280.

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

Color convert

RGB 160 101 49 -
CMYK 0 0.37 0.69 0.37
HSL 28.11º 0.53% 0.41% -
HSV(B) 28.11º 0.69% 0.63% -
XYZ 19.71 17 5.15 -
YUV 112.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 160 101 49 0 0.37 0.69 0.37 28.11 0.53 0.41
Hex A0 65 31 0 25 45 25 1C 35 29
Octal 240 145 61 0 45 105 45 34 65 51
Binary 10100000 1100101 110001 0 100101 1000101 100101 11100 110101 101001

Color Harmonies of #A06531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06531

Black with #A06531

Text Example


Text Example

White with #A06531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06531; }

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

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

background-color css

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

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

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

border-color css

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

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

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