Html Css Color HEX #AA662F Mai Tai

📋 copy color: '#AA662F'

red 170 ◦ green 102 ◦ blue 47

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

Shades of Mai Tai #AA662F

Tints of Mai Tai #AA662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 53.29%
G = 31.97%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA662F (or 0xAA662F) is known color: Mai Tai. HEX triplet: AA, 66 and 2F. RGB value is (170,102,47). Sum of RGB (Red+Green+Blue) = 170+102+47=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA662F is #5599D0. Grayscale: #747474. Windows color (decimal): -5609937 or 3106474. OLE color: 3106474.

HSL color Cylindrical-coordinate representation of color #AA662F: hue angle of 26.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA662F is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 47 -
CMYK 0 0.4 0.72 0.33
HSL 26.83º 0.57% 0.43% -
HSV(B) 26.83º 0.72% 0.67% -
XYZ 21.84 18.25 5.06 -
YUV 116.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 170 102 47 0 0.4 0.72 0.33 26.83 0.57 0.43
Hex AA 66 2F 0 28 48 21 1B 39 2B
Octal 252 146 57 0 50 110 41 33 71 53
Binary 10101010 1100110 101111 0 101000 1001000 100001 11011 111001 101011

Color Harmonies of #AA662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA662F

Black with #AA662F

Text Example


Text Example

White with #AA662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA662F; }

 p { color: rgb(170,102,47); }

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

background-color css

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

 a { background-color: rgb(170,102,47); }

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

border-color css

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

 span { border-color: rgb(170,102,47); }

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