Html Css Color HEX #AA6834 Mai Tai

📋 copy color: '#AA6834'

red 170 ◦ green 104 ◦ blue 52

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

Shades of Mai Tai #AA6834

Tints of Mai Tai #AA6834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 52.15%
G = 31.9%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6834 (or 0xAA6834) is known color: Mai Tai. HEX triplet: AA, 68 and 34. RGB value is (170,104,52). Sum of RGB (Red+Green+Blue) = 170+104+52=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6834 is #5597CB. Grayscale: #767676. Windows color (decimal): -5609420 or 3434666. OLE color: 3434666.

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

Color convert

RGB 170 104 52 -
CMYK 0 0.39 0.69 0.33
HSL 26.44º 0.53% 0.44% -
HSV(B) 26.44º 0.69% 0.67% -
XYZ 22.15 18.69 5.69 -
YUV 117.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 170 104 52 0 0.39 0.69 0.33 26.44 0.53 0.44
Hex AA 68 34 0 27 45 21 1A 35 2C
Octal 252 150 64 0 47 105 41 32 65 54
Binary 10101010 1101000 110100 0 100111 1000101 100001 11010 110101 101100

Color Harmonies of #AA6834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6834

Black with #AA6834

Text Example


Text Example

White with #AA6834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6834; }

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

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

background-color css

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

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

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

border-color css

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

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

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