Html Css Color HEX #AA682A Mai Tai

📋 copy color: '#AA682A'

red 170 ◦ green 104 ◦ blue 42

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

Shades of Mai Tai #AA682A

Tints of Mai Tai #AA682A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 53.8%
G = 32.91%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA682A (or 0xAA682A) is known color: Mai Tai. HEX triplet: AA, 68 and 2A. RGB value is (170,104,42). Sum of RGB (Red+Green+Blue) = 170+104+42=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA682A is #5597D5. Grayscale: #747474. Windows color (decimal): -5609430 or 2779306. OLE color: 2779306.

HSL color Cylindrical-coordinate representation of color #AA682A: hue angle of 29.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA682A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 42 -
CMYK 0 0.39 0.75 0.33
HSL 29.06º 0.6% 0.42% -
HSV(B) 29.06º 0.75% 0.67% -
XYZ 21.95 18.61 4.63 -
YUV 116.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 170 104 42 0 0.39 0.75 0.33 29.06 0.6 0.42
Hex AA 68 2A 0 27 4B 21 1D 3C 2A
Octal 252 150 52 0 47 113 41 35 74 52
Binary 10101010 1101000 101010 0 100111 1001011 100001 11101 111100 101010

Color Harmonies of #AA682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA682A

Black with #AA682A

Text Example


Text Example

White with #AA682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA682A; }

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

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

background-color css

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

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

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

border-color css

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

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

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