Html Css Color HEX #A06334 Mai Tai

📋 copy color: '#A06334'

red 160 ◦ green 99 ◦ blue 52

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

Shades of Mai Tai #A06334

Tints of Mai Tai #A06334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 51.45%
G = 31.83%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A06334 (or 0xA06334) is known color: Mai Tai. HEX triplet: A0, 63 and 34. RGB value is (160,99,52). Sum of RGB (Red+Green+Blue) = 160+99+52=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A06334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06334 is #5F9CCB. Grayscale: #707070. Windows color (decimal): -6266060 or 3433376. OLE color: 3433376.

HSL color Cylindrical-coordinate representation of color #A06334: hue angle of 26.11º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A06334 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 52 -
CMYK 0 0.38 0.68 0.37
HSL 26.11º 0.51% 0.42% -
HSV(B) 26.11º 0.68% 0.63% -
XYZ 19.58 16.65 5.43 -
YUV 111.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 160 99 52 0 0.38 0.68 0.37 26.11 0.51 0.42
Hex A0 63 34 0 26 44 25 1A 33 2A
Octal 240 143 64 0 46 104 45 32 63 52
Binary 10100000 1100011 110100 0 100110 1000100 100101 11010 110011 101010

Color Harmonies of #A06334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06334

Black with #A06334

Text Example


Text Example

White with #A06334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06334; }

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

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

background-color css

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

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

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

border-color css

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

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

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