Html Css Color HEX #A06326 Mai Tai

📋 copy color: '#A06326'

red 160 ◦ green 99 ◦ blue 38

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

Shades of Mai Tai #A06326

Tints of Mai Tai #A06326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 53.87%
G = 33.33%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06326 (or 0xA06326) is known color: Mai Tai. HEX triplet: A0, 63 and 26. RGB value is (160,99,38). Sum of RGB (Red+Green+Blue) = 160+99+38=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06326 is #5F9CD9. Grayscale: #6E6E6E. Windows color (decimal): -6266074 or 2515872. OLE color: 2515872.

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

Color convert

RGB 160 99 38 -
CMYK 0 0.38 0.76 0.37
HSL 30º 0.62% 0.39% -
HSV(B) 30º 0.76% 0.63% -
XYZ 19.31 16.54 4.01 -
YUV 110.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 160 99 38 0 0.38 0.76 0.37 30 0.62 0.39
Hex A0 63 26 0 26 4C 25 1E 3E 27
Octal 240 143 46 0 46 114 45 36 76 47
Binary 10100000 1100011 100110 0 100110 1001100 100101 11110 111110 100111

Color Harmonies of #A06326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06326

Black with #A06326

Text Example


Text Example

White with #A06326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06326; }

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

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

background-color css

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

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

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

border-color css

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

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

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