Html Css Color HEX #A06627 Mai Tai

📋 copy color: '#A06627'

red 160 ◦ green 102 ◦ blue 39

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

Shades of Mai Tai #A06627

Tints of Mai Tai #A06627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 53.16%
G = 33.89%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A06627 (or 0xA06627) is known color: Mai Tai. HEX triplet: A0, 66 and 27. RGB value is (160,102,39). Sum of RGB (Red+Green+Blue) = 160+102+39=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A06627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06627 is #5F99D8. Grayscale: #707070. Windows color (decimal): -6265305 or 2582176. OLE color: 2582176.

HSL color Cylindrical-coordinate representation of color #A06627: hue angle of 31.24º degrees, saturation: 0.61, 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 #A06627 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 39 -
CMYK 0 0.36 0.76 0.37
HSL 31.24º 0.61% 0.39% -
HSV(B) 31.24º 0.76% 0.63% -
XYZ 19.61 17.12 4.19 -
YUV 112.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 160 102 39 0 0.36 0.76 0.37 31.24 0.61 0.39
Hex A0 66 27 0 24 4C 25 1F 3D 27
Octal 240 146 47 0 44 114 45 37 75 47
Binary 10100000 1100110 100111 0 100100 1001100 100101 11111 111101 100111

Color Harmonies of #A06627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06627

Black with #A06627

Text Example


Text Example

White with #A06627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06627; }

 p { color: rgb(160,102,39); }

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

background-color css

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

 a { background-color: rgb(160,102,39); }

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

border-color css

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

 span { border-color: rgb(160,102,39); }

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