Html Css Color HEX #AA651F Mai Tai

📋 copy color: '#AA651F'

red 170 ◦ green 101 ◦ blue 31

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

Shades of Mai Tai #AA651F

Tints of Mai Tai #AA651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 56.29%
G = 33.44%
B = 10.26%

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

#AA651F (or 0xAA651F) is known color: Mai Tai. HEX triplet: AA, 65 and 1F. RGB value is (170,101,31). Sum of RGB (Red+Green+Blue) = 170+101+31=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA651F is #559AE0. Grayscale: #727272. Windows color (decimal): -5610209 or 2057642. OLE color: 2057642.

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

Color convert

RGB 170 101 31 -
CMYK 0 0.41 0.82 0.33
HSL 30.22º 0.69% 0.39% -
HSV(B) 30.22º 0.82% 0.67% -
XYZ 21.48 17.95 3.63 -
YUV 113.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 170 101 31 0 0.41 0.82 0.33 30.22 0.69 0.39
Hex AA 65 1F 0 29 52 21 1E 45 27
Octal 252 145 37 0 51 122 41 36 105 47
Binary 10101010 1100101 11111 0 101001 1010010 100001 11110 1000101 100111

Color Harmonies of #AA651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA651F

Black with #AA651F

Text Example


Text Example

White with #AA651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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