Html Css Color HEX #AA682D Mai Tai

📋 copy color: '#AA682D'

red 170 ◦ green 104 ◦ blue 45

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

Shades of Mai Tai #AA682D

Tints of Mai Tai #AA682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 53.29%
G = 32.6%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA682D (or 0xAA682D) is known color: Mai Tai. HEX triplet: AA, 68 and 2D. RGB value is (170,104,45). Sum of RGB (Red+Green+Blue) = 170+104+45=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA682D is #5597D2. Grayscale: #757575. Windows color (decimal): -5609427 or 2975914. OLE color: 2975914.

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

Color convert

RGB 170 104 45 -
CMYK 0 0.39 0.74 0.33
HSL 28.32º 0.58% 0.42% -
HSV(B) 28.32º 0.74% 0.67% -
XYZ 22 18.64 4.92 -
YUV 117.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 170 104 45 0 0.39 0.74 0.33 28.32 0.58 0.42
Hex AA 68 2D 0 27 4A 21 1C 3A 2A
Octal 252 150 55 0 47 112 41 34 72 52
Binary 10101010 1101000 101101 0 100111 1001010 100001 11100 111010 101010

Color Harmonies of #AA682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA682D

Black with #AA682D

Text Example


Text Example

White with #AA682D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA682D; }

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

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

background-color css

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

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

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

border-color css

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

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

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