Html Css Color HEX #AA6028 Mai Tai

📋 copy color: '#AA6028'

red 170 ◦ green 96 ◦ blue 40

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

Shades of Mai Tai #AA6028

Tints of Mai Tai #AA6028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 55.56%
G = 31.37%
B = 13.07%

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

#AA6028 (or 0xAA6028) is known color: Mai Tai. HEX triplet: AA, 60 and 28. RGB value is (170,96,40). Sum of RGB (Red+Green+Blue) = 170+96+40=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6028 is #559FD7. Grayscale: #707070. Windows color (decimal): -5611480 or 2646186. OLE color: 2646186.

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

Color convert

RGB 170 96 40 -
CMYK 0 0.44 0.76 0.33
HSL 25.85º 0.62% 0.41% -
HSV(B) 25.85º 0.76% 0.67% -
XYZ 21.14 17.06 4.19 -
YUV 111.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 170 96 40 0 0.44 0.76 0.33 25.85 0.62 0.41
Hex AA 60 28 0 2C 4C 21 1A 3E 29
Octal 252 140 50 0 54 114 41 32 76 51
Binary 10101010 1100000 101000 0 101100 1001100 100001 11010 111110 101001

Color Harmonies of #AA6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6028

Black with #AA6028

Text Example


Text Example

White with #AA6028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6028; }

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

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

background-color css

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

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

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

border-color css

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

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

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