Html Css Color HEX #A06333 Mai Tai

📋 copy color: '#A06333'

red 160 ◦ green 99 ◦ blue 51

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

Shades of Mai Tai #A06333

Tints of Mai Tai #A06333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 51.61%
G = 31.94%
B = 16.45%

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

#A06333 (or 0xA06333) is known color: Mai Tai. HEX triplet: A0, 63 and 33. RGB value is (160,99,51). Sum of RGB (Red+Green+Blue) = 160+99+51=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A06333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06333 is #5F9CCC. Grayscale: #707070. Windows color (decimal): -6266061 or 3367840. OLE color: 3367840.

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

Color convert

RGB 160 99 51 -
CMYK 0 0.38 0.68 0.37
HSL 26.42º 0.52% 0.41% -
HSV(B) 26.42º 0.68% 0.63% -
XYZ 19.56 16.64 5.31 -
YUV 111.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 160 99 51 0 0.38 0.68 0.37 26.42 0.52 0.41
Hex A0 63 33 0 26 44 25 1A 34 29
Octal 240 143 63 0 46 104 45 32 64 51
Binary 10100000 1100011 110011 0 100110 1000100 100101 11010 110100 101001

Color Harmonies of #A06333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06333

Black with #A06333

Text Example


Text Example

White with #A06333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06333; }

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

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

background-color css

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

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

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

border-color css

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

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

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