Html Css Color HEX #AA6326 Mai Tai

📋 copy color: '#AA6326'

red 170 ◦ green 99 ◦ blue 38

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

Shades of Mai Tai #AA6326

Tints of Mai Tai #AA6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 38 (15.23% from 255) = 12.38%

R = 55.37%
G = 32.25%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA6326 (or 0xAA6326) is known color: Mai Tai. HEX triplet: AA, 63 and 26. RGB value is (170,99,38). Sum of RGB (Red+Green+Blue) = 170+99+38=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6326 is #559CD9. Grayscale: #717171. Windows color (decimal): -5610714 or 2515882. OLE color: 2515882.

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

Color convert

RGB 170 99 38 -
CMYK 0 0.42 0.78 0.33
HSL 27.73º 0.63% 0.41% -
HSV(B) 27.73º 0.78% 0.67% -
XYZ 21.39 17.61 4.11 -
YUV 113.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 170 99 38 0 0.42 0.78 0.33 27.73 0.63 0.41
Hex AA 63 26 0 2A 4E 21 1C 3F 29
Octal 252 143 46 0 52 116 41 34 77 51
Binary 10101010 1100011 100110 0 101010 1001110 100001 11100 111111 101001

Color Harmonies of #AA6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6326

Black with #AA6326

Text Example


Text Example

White with #AA6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6326; }

 p { color: rgb(170,99,38); }

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

background-color css

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

 a { background-color: rgb(170,99,38); }

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

border-color css

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

 span { border-color: rgb(170,99,38); }

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