Html Css Color HEX #AA6835 Mai Tai

📋 copy color: '#AA6835'

red 170 ◦ green 104 ◦ blue 53

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

Shades of Mai Tai #AA6835

Tints of Mai Tai #AA6835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 51.99%
G = 31.8%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6835 (or 0xAA6835) is known color: Mai Tai. HEX triplet: AA, 68 and 35. RGB value is (170,104,53). Sum of RGB (Red+Green+Blue) = 170+104+53=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6835 is #5597CA. Grayscale: #767676. Windows color (decimal): -5609419 or 3500202. OLE color: 3500202.

HSL color Cylindrical-coordinate representation of color #AA6835: hue angle of 26.15º 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 #AA6835 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 53 -
CMYK 0 0.39 0.69 0.33
HSL 26.15º 0.52% 0.44% -
HSV(B) 26.15º 0.69% 0.67% -
XYZ 22.17 18.7 5.81 -
YUV 117.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 170 104 53 0 0.39 0.69 0.33 26.15 0.52 0.44
Hex AA 68 35 0 27 45 21 1A 34 2C
Octal 252 150 65 0 47 105 41 32 64 54
Binary 10101010 1101000 110101 0 100111 1000101 100001 11010 110100 101100

Color Harmonies of #AA6835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6835

Black with #AA6835

Text Example


Text Example

White with #AA6835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6835; }

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

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

background-color css

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

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

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

border-color css

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

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

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