Html Css Color HEX #AA6934 Mai Tai

📋 copy color: '#AA6934'

red 170 ◦ green 105 ◦ blue 52

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

Shades of Mai Tai #AA6934

Tints of Mai Tai #AA6934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 51.99%
G = 32.11%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6934 (or 0xAA6934) is known color: Mai Tai. HEX triplet: AA, 69 and 34. RGB value is (170,105,52). Sum of RGB (Red+Green+Blue) = 170+105+52=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6934 is #5596CB. Grayscale: #767676. Windows color (decimal): -5609164 or 3434922. OLE color: 3434922.

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

Color convert

RGB 170 105 52 -
CMYK 0 0.38 0.69 0.33
HSL 26.95º 0.53% 0.44% -
HSV(B) 26.95º 0.69% 0.67% -
XYZ 22.25 18.9 5.72 -
YUV 118.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 170 105 52 0 0.38 0.69 0.33 26.95 0.53 0.44
Hex AA 69 34 0 26 45 21 1B 35 2C
Octal 252 151 64 0 46 105 41 33 65 54
Binary 10101010 1101001 110100 0 100110 1000101 100001 11011 110101 101100

Color Harmonies of #AA6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6934

Black with #AA6934

Text Example


Text Example

White with #AA6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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