Html Css Color HEX #AA6935 Mai Tai

📋 copy color: '#AA6935'

red 170 ◦ green 105 ◦ blue 53

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

Shades of Mai Tai #AA6935

Tints of Mai Tai #AA6935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 51.83%
G = 32.01%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA6935 (or 0xAA6935) is known color: Mai Tai. HEX triplet: AA, 69 and 35. RGB value is (170,105,53). Sum of RGB (Red+Green+Blue) = 170+105+53=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6935 is #5596CA. Grayscale: #767676. Windows color (decimal): -5609163 or 3500458. OLE color: 3500458.

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

Color convert

RGB 170 105 53 -
CMYK 0 0.38 0.69 0.33
HSL 26.67º 0.52% 0.44% -
HSV(B) 26.67º 0.69% 0.67% -
XYZ 22.27 18.91 5.84 -
YUV 118.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 170 105 53 0 0.38 0.69 0.33 26.67 0.52 0.44
Hex AA 69 35 0 26 45 21 1B 34 2C
Octal 252 151 65 0 46 105 41 33 64 54
Binary 10101010 1101001 110101 0 100110 1000101 100001 11011 110100 101100

Color Harmonies of #AA6935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6935

Black with #AA6935

Text Example


Text Example

White with #AA6935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6935; }

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

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

background-color css

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

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

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

border-color css

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

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

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