Html Css Color HEX #AA672F Mai Tai

📋 copy color: '#AA672F'

red 170 ◦ green 103 ◦ blue 47

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

Shades of Mai Tai #AA672F

Tints of Mai Tai #AA672F

RGB

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

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

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

R = 53.13%
G = 32.19%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA672F (or 0xAA672F) is known color: Mai Tai. HEX triplet: AA, 67 and 2F. RGB value is (170,103,47). Sum of RGB (Red+Green+Blue) = 170+103+47=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA672F is #5598D0. Grayscale: #747474. Windows color (decimal): -5609681 or 3106730. OLE color: 3106730.

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

Color convert

RGB 170 103 47 -
CMYK 0 0.39 0.72 0.33
HSL 27.32º 0.57% 0.43% -
HSV(B) 27.32º 0.72% 0.67% -
XYZ 21.94 18.45 5.09 -
YUV 116.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 170 103 47 0 0.39 0.72 0.33 27.32 0.57 0.43
Hex AA 67 2F 0 27 48 21 1B 39 2B
Octal 252 147 57 0 47 110 41 33 71 53
Binary 10101010 1100111 101111 0 100111 1001000 100001 11011 111001 101011

Color Harmonies of #AA672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA672F

Black with #AA672F

Text Example


Text Example

White with #AA672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA672F; }

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

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

background-color css

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

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

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

border-color css

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

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

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