Html Css Color HEX #AA641F Mai Tai

📋 copy color: '#AA641F'

red 170 ◦ green 100 ◦ blue 31

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

Shades of Mai Tai #AA641F

Tints of Mai Tai #AA641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 56.48%
G = 33.22%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA641F (or 0xAA641F) is known color: Mai Tai. HEX triplet: AA, 64 and 1F. RGB value is (170,100,31). Sum of RGB (Red+Green+Blue) = 170+100+31=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA641F is #559BE0. Grayscale: #717171. Windows color (decimal): -5610465 or 2057386. OLE color: 2057386.

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

Color convert

RGB 170 100 31 -
CMYK 0 0.41 0.82 0.33
HSL 29.78º 0.69% 0.39% -
HSV(B) 29.78º 0.82% 0.67% -
XYZ 21.38 17.76 3.6 -
YUV 113.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 170 100 31 0 0.41 0.82 0.33 29.78 0.69 0.39
Hex AA 64 1F 0 29 52 21 1E 45 27
Octal 252 144 37 0 51 122 41 36 105 47
Binary 10101010 1100100 11111 0 101001 1010010 100001 11110 1000101 100111

Color Harmonies of #AA641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA641F

Black with #AA641F

Text Example


Text Example

White with #AA641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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