Html Css Color HEX #AA6A26 Mai Tai

📋 copy color: '#AA6A26'

red 170 ◦ green 106 ◦ blue 38

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

Shades of Mai Tai #AA6A26

Tints of Mai Tai #AA6A26

RGB

 RED value IS 170 (66.8% from 255) = 54.14%

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 54.14%
G = 33.76%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA6A26 (or 0xAA6A26) is known color: Mai Tai. HEX triplet: AA, 6A and 26. RGB value is (170,106,38). Sum of RGB (Red+Green+Blue) = 170+106+38=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A26 is #5595D9. Grayscale: #757575. Windows color (decimal): -5608922 or 2517674. OLE color: 2517674.

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

Color convert

RGB 170 106 38 -
CMYK 0 0.38 0.78 0.33
HSL 30.91º 0.63% 0.41% -
HSV(B) 30.91º 0.78% 0.67% -
XYZ 22.08 18.99 4.34 -
YUV 117.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 170 106 38 0 0.38 0.78 0.33 30.91 0.63 0.41
Hex AA 6A 26 0 26 4E 21 1F 3F 29
Octal 252 152 46 0 46 116 41 37 77 51
Binary 10101010 1101010 100110 0 100110 1001110 100001 11111 111111 101001

Color Harmonies of #AA6A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A26

Black with #AA6A26

Text Example


Text Example

White with #AA6A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A26; }

 p { color: rgb(170,106,38); }

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

background-color css

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

 a { background-color: rgb(170,106,38); }

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

border-color css

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

 span { border-color: rgb(170,106,38); }

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