Html Css Color HEX #AA622B Mai Tai

📋 copy color: '#AA622B'

red 170 ◦ green 98 ◦ blue 43

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

Shades of Mai Tai #AA622B

Tints of Mai Tai #AA622B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 54.66%
G = 31.51%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA622B (or 0xAA622B) is known color: Mai Tai. HEX triplet: AA, 62 and 2B. RGB value is (170,98,43). Sum of RGB (Red+Green+Blue) = 170+98+43=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA622B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA622B is #559DD4. Grayscale: #717171. Windows color (decimal): -5610965 or 2843306. OLE color: 2843306.

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

Color convert

RGB 170 98 43 -
CMYK 0 0.42 0.75 0.33
HSL 25.98º 0.6% 0.42% -
HSV(B) 25.98º 0.75% 0.67% -
XYZ 21.38 17.46 4.53 -
YUV 113.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 170 98 43 0 0.42 0.75 0.33 25.98 0.6 0.42
Hex AA 62 2B 0 2A 4B 21 1A 3C 2A
Octal 252 142 53 0 52 113 41 32 74 52
Binary 10101010 1100010 101011 0 101010 1001011 100001 11010 111100 101010

Color Harmonies of #AA622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA622B

Black with #AA622B

Text Example


Text Example

White with #AA622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA622B; }

 p { color: rgb(170,98,43); }

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

background-color css

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

 a { background-color: rgb(170,98,43); }

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

border-color css

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

 span { border-color: rgb(170,98,43); }

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