Html Css Color HEX #AA6123 Mai Tai

📋 copy color: '#AA6123'

red 170 ◦ green 97 ◦ blue 35

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

Shades of Mai Tai #AA6123

Tints of Mai Tai #AA6123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 56.29%
G = 32.12%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA6123 (or 0xAA6123) is known color: Mai Tai. HEX triplet: AA, 61 and 23. RGB value is (170,97,35). Sum of RGB (Red+Green+Blue) = 170+97+35=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6123 is #559EDC. Grayscale: #707070. Windows color (decimal): -5611229 or 2318762. OLE color: 2318762.

HSL color Cylindrical-coordinate representation of color #AA6123: hue angle of 27.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA6123 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 35 -
CMYK 0 0.43 0.79 0.33
HSL 27.56º 0.66% 0.4% -
HSV(B) 27.56º 0.79% 0.67% -
XYZ 21.16 17.22 3.8 -
YUV 111.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 170 97 35 0 0.43 0.79 0.33 27.56 0.66 0.4
Hex AA 61 23 0 2B 4F 21 1C 42 28
Octal 252 141 43 0 53 117 41 34 102 50
Binary 10101010 1100001 100011 0 101011 1001111 100001 11100 1000010 101000

Color Harmonies of #AA6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6123

Black with #AA6123

Text Example


Text Example

White with #AA6123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6123; }

 p { color: rgb(170,97,35); }

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

background-color css

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

 a { background-color: rgb(170,97,35); }

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

border-color css

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

 span { border-color: rgb(170,97,35); }

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