Html Css Color HEX #AA6926 Mai Tai

📋 copy color: '#AA6926'

red 170 ◦ green 105 ◦ blue 38

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

Shades of Mai Tai #AA6926

Tints of Mai Tai #AA6926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 54.31%
G = 33.55%
B = 12.14%

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

#AA6926 (or 0xAA6926) is known color: Mai Tai. HEX triplet: AA, 69 and 26. RGB value is (170,105,38). Sum of RGB (Red+Green+Blue) = 170+105+38=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6926 is #5596D9. Grayscale: #757575. Windows color (decimal): -5609178 or 2517418. OLE color: 2517418.

HSL color Cylindrical-coordinate representation of color #AA6926: hue angle of 30.45º 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 #AA6926 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 38 -
CMYK 0 0.38 0.78 0.33
HSL 30.45º 0.63% 0.41% -
HSV(B) 30.45º 0.78% 0.67% -
XYZ 21.98 18.79 4.3 -
YUV 116.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 170 105 38 0 0.38 0.78 0.33 30.45 0.63 0.41
Hex AA 69 26 0 26 4E 21 1E 3F 29
Octal 252 151 46 0 46 116 41 36 77 51
Binary 10101010 1101001 100110 0 100110 1001110 100001 11110 111111 101001

Color Harmonies of #AA6926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6926

Black with #AA6926

Text Example


Text Example

White with #AA6926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6926; }

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

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

background-color css

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

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

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

border-color css

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

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

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