Html Css Color HEX #AA682B Mai Tai

📋 copy color: '#AA682B'

red 170 ◦ green 104 ◦ blue 43

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

Shades of Mai Tai #AA682B

Tints of Mai Tai #AA682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 53.63%
G = 32.81%
B = 13.56%

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

#AA682B (or 0xAA682B) is known color: Mai Tai. HEX triplet: AA, 68 and 2B. RGB value is (170,104,43). Sum of RGB (Red+Green+Blue) = 170+104+43=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA682B is #5597D4. Grayscale: #757575. Windows color (decimal): -5609429 or 2844842. OLE color: 2844842.

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

Color convert

RGB 170 104 43 -
CMYK 0 0.39 0.75 0.33
HSL 28.82º 0.6% 0.42% -
HSV(B) 28.82º 0.75% 0.67% -
XYZ 21.96 18.62 4.72 -
YUV 116.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 170 104 43 0 0.39 0.75 0.33 28.82 0.6 0.42
Hex AA 68 2B 0 27 4B 21 1D 3C 2A
Octal 252 150 53 0 47 113 41 35 74 52
Binary 10101010 1101000 101011 0 100111 1001011 100001 11101 111100 101010

Color Harmonies of #AA682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA682B

Black with #AA682B

Text Example


Text Example

White with #AA682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA682B; }

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

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

background-color css

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

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

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

border-color css

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

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

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