Html Css Color HEX #A06530 Mai Tai

📋 copy color: '#A06530'

red 160 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #A06530

Tints of Mai Tai #A06530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 51.78%
G = 32.69%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A06530 (or 0xA06530) is known color: Mai Tai. HEX triplet: A0, 65 and 30. RGB value is (160,101,48). Sum of RGB (Red+Green+Blue) = 160+101+48=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A06530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06530 is #5F9ACF. Grayscale: #707070. Windows color (decimal): -6265552 or 3171744. OLE color: 3171744.

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

Color convert

RGB 160 101 48 -
CMYK 0 0.37 0.70 0.37
HSL 28.39º 0.54% 0.41% -
HSV(B) 28.39º 0.7% 0.63% -
XYZ 19.68 16.99 5.04 -
YUV 112.6 91.55 161.81 -
System Red Green Blue C M Y K H S L
Decimal 160 101 48 0 0.37 0.70 0.37 28.39 0.54 0.41
Hex A0 65 30 0 25 46 25 1C 36 29
Octal 240 145 60 0 45 106 45 34 66 51
Binary 10100000 1100101 110000 0 100101 1000110 100101 11100 110110 101001

Color Harmonies of #A06530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06530

Black with #A06530

Text Example


Text Example

White with #A06530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06530; }

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

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

background-color css

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

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

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

border-color css

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

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

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