Html Css Color HEX #AA621D Mai Tai

📋 copy color: '#AA621D'

red 170 ◦ green 98 ◦ blue 29

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

Shades of Mai Tai #AA621D

Tints of Mai Tai #AA621D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.76%

R = 57.24%
G = 33%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA621D (or 0xAA621D) is known color: Mai Tai. HEX triplet: AA, 62 and 1D. RGB value is (170,98,29). Sum of RGB (Red+Green+Blue) = 170+98+29=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621D is #559DE2. Grayscale: #707070. Windows color (decimal): -5610979 or 1925802. OLE color: 1925802.

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

Color convert

RGB 170 98 29 -
CMYK 0 0.42 0.83 0.33
HSL 29.36º 0.71% 0.39% -
HSV(B) 29.36º 0.83% 0.67% -
XYZ 21.17 17.37 3.4 -
YUV 111.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 170 98 29 0 0.42 0.83 0.33 29.36 0.71 0.39
Hex AA 62 1D 0 2A 53 21 1D 47 27
Octal 252 142 35 0 52 123 41 35 107 47
Binary 10101010 1100010 11101 0 101010 1010011 100001 11101 1000111 100111

Color Harmonies of #AA621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA621D

Black with #AA621D

Text Example


Text Example

White with #AA621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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