Html Css Color HEX #AA672E Mai Tai

📋 copy color: '#AA672E'

red 170 ◦ green 103 ◦ blue 46

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

Shades of Mai Tai #AA672E

Tints of Mai Tai #AA672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 53.29%
G = 32.29%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA672E (or 0xAA672E) is known color: Mai Tai. HEX triplet: AA, 67 and 2E. RGB value is (170,103,46). Sum of RGB (Red+Green+Blue) = 170+103+46=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA672E is #5598D1. Grayscale: #747474. Windows color (decimal): -5609682 or 3041194. OLE color: 3041194.

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

Color convert

RGB 170 103 46 -
CMYK 0 0.39 0.73 0.33
HSL 27.58º 0.57% 0.42% -
HSV(B) 27.58º 0.73% 0.67% -
XYZ 21.92 18.44 4.99 -
YUV 116.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 170 103 46 0 0.39 0.73 0.33 27.58 0.57 0.42
Hex AA 67 2E 0 27 49 21 1C 39 2A
Octal 252 147 56 0 47 111 41 34 71 52
Binary 10101010 1100111 101110 0 100111 1001001 100001 11100 111001 101010

Color Harmonies of #AA672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA672E

Black with #AA672E

Text Example


Text Example

White with #AA672E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA672E; }

 p { color: rgb(170,103,46); }

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

background-color css

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

 a { background-color: rgb(170,103,46); }

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

border-color css

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

 span { border-color: rgb(170,103,46); }

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