Html Css Color HEX #AA6029 Mai Tai

📋 copy color: '#AA6029'

red 170 ◦ green 96 ◦ blue 41

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

Shades of Mai Tai #AA6029

Tints of Mai Tai #AA6029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 55.37%
G = 31.27%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA6029 (or 0xAA6029) is known color: Mai Tai. HEX triplet: AA, 60 and 29. RGB value is (170,96,41). Sum of RGB (Red+Green+Blue) = 170+96+41=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6029 is #559FD6. Grayscale: #707070. Windows color (decimal): -5611479 or 2711722. OLE color: 2711722.

HSL color Cylindrical-coordinate representation of color #AA6029: hue angle of 25.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA6029 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 41 -
CMYK 0 0.44 0.76 0.33
HSL 25.58º 0.61% 0.41% -
HSV(B) 25.58º 0.76% 0.67% -
XYZ 21.16 17.07 4.28 -
YUV 111.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 170 96 41 0 0.44 0.76 0.33 25.58 0.61 0.41
Hex AA 60 29 0 2C 4C 21 1A 3D 29
Octal 252 140 51 0 54 114 41 32 75 51
Binary 10101010 1100000 101001 0 101100 1001100 100001 11010 111101 101001

Color Harmonies of #AA6029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6029

Black with #AA6029

Text Example


Text Example

White with #AA6029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6029; }

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

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

background-color css

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

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

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

border-color css

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

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

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