Html Css Color HEX #AA661F Mai Tai

📋 copy color: '#AA661F'

red 170 ◦ green 102 ◦ blue 31

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

Shades of Mai Tai #AA661F

Tints of Mai Tai #AA661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 56.11%
G = 33.66%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA661F (or 0xAA661F) is known color: Mai Tai. HEX triplet: AA, 66 and 1F. RGB value is (170,102,31). Sum of RGB (Red+Green+Blue) = 170+102+31=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA661F is #5599E0. Grayscale: #727272. Windows color (decimal): -5609953 or 2057898. OLE color: 2057898.

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

Color convert

RGB 170 102 31 -
CMYK 0 0.4 0.82 0.33
HSL 30.65º 0.69% 0.39% -
HSV(B) 30.65º 0.82% 0.67% -
XYZ 21.58 18.15 3.66 -
YUV 114.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 170 102 31 0 0.4 0.82 0.33 30.65 0.69 0.39
Hex AA 66 1F 0 28 52 21 1F 45 27
Octal 252 146 37 0 50 122 41 37 105 47
Binary 10101010 1100110 11111 0 101000 1010010 100001 11111 1000101 100111

Color Harmonies of #AA661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA661F

Black with #AA661F

Text Example


Text Example

White with #AA661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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