Html Css Color HEX #AA6235 Mai Tai

📋 copy color: '#AA6235'

red 170 ◦ green 98 ◦ blue 53

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

Shades of Mai Tai #AA6235

Tints of Mai Tai #AA6235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 52.96%
G = 30.53%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6235 (or 0xAA6235) is known color: Mai Tai. HEX triplet: AA, 62 and 35. RGB value is (170,98,53). Sum of RGB (Red+Green+Blue) = 170+98+53=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6235 is #559DCA. Grayscale: #727272. Windows color (decimal): -5610955 or 3498666. OLE color: 3498666.

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

Color convert

RGB 170 98 53 -
CMYK 0 0.42 0.69 0.33
HSL 23.08º 0.52% 0.44% -
HSV(B) 23.08º 0.69% 0.67% -
XYZ 21.59 17.54 5.62 -
YUV 114.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 170 98 53 0 0.42 0.69 0.33 23.08 0.52 0.44
Hex AA 62 35 0 2A 45 21 17 34 2C
Octal 252 142 65 0 52 105 41 27 64 54
Binary 10101010 1100010 110101 0 101010 1000101 100001 10111 110100 101100

Color Harmonies of #AA6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6235

Black with #AA6235

Text Example


Text Example

White with #AA6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6235; }

 p { color: rgb(170,98,53); }

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

background-color css

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

 a { background-color: rgb(170,98,53); }

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

border-color css

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

 span { border-color: rgb(170,98,53); }

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