Html Css Color HEX #AA602A Mai Tai

📋 copy color: '#AA602A'

red 170 ◦ green 96 ◦ blue 42

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

Shades of Mai Tai #AA602A

Tints of Mai Tai #AA602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 55.19%
G = 31.17%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA602A (or 0xAA602A) is known color: Mai Tai. HEX triplet: AA, 60 and 2A. RGB value is (170,96,42). Sum of RGB (Red+Green+Blue) = 170+96+42=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA602A is #559FD5. Grayscale: #707070. Windows color (decimal): -5611478 or 2777258. OLE color: 2777258.

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

Color convert

RGB 170 96 42 -
CMYK 0 0.44 0.75 0.33
HSL 25.31º 0.6% 0.42% -
HSV(B) 25.31º 0.75% 0.67% -
XYZ 21.18 17.08 4.37 -
YUV 111.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 170 96 42 0 0.44 0.75 0.33 25.31 0.6 0.42
Hex AA 60 2A 0 2C 4B 21 19 3C 2A
Octal 252 140 52 0 54 113 41 31 74 52
Binary 10101010 1100000 101010 0 101100 1001011 100001 11001 111100 101010

Color Harmonies of #AA602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA602A

Black with #AA602A

Text Example


Text Example

White with #AA602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA602A; }

 p { color: rgb(170,96,42); }

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

background-color css

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

 a { background-color: rgb(170,96,42); }

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

border-color css

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

 span { border-color: rgb(170,96,42); }

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