Html Css Color HEX #A06629 Mai Tai

📋 copy color: '#A06629'

red 160 ◦ green 102 ◦ blue 41

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

Shades of Mai Tai #A06629

Tints of Mai Tai #A06629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 52.81%
G = 33.66%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A06629 (or 0xA06629) is known color: Mai Tai. HEX triplet: A0, 66 and 29. RGB value is (160,102,41). Sum of RGB (Red+Green+Blue) = 160+102+41=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A06629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06629 is #5F99D6. Grayscale: #707070. Windows color (decimal): -6265303 or 2713248. OLE color: 2713248.

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

Color convert

RGB 160 102 41 -
CMYK 0 0.36 0.74 0.37
HSL 30.76º 0.59% 0.39% -
HSV(B) 30.76º 0.74% 0.63% -
XYZ 19.65 17.14 4.37 -
YUV 112.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 160 102 41 0 0.36 0.74 0.37 30.76 0.59 0.39
Hex A0 66 29 0 24 4A 25 1F 3B 27
Octal 240 146 51 0 44 112 45 37 73 47
Binary 10100000 1100110 101001 0 100100 1001010 100101 11111 111011 100111

Color Harmonies of #A06629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06629

Black with #A06629

Text Example


Text Example

White with #A06629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06629; }

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

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

background-color css

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

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

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

border-color css

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

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

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