Html Css Color HEX #AA6A35 Mai Tai

📋 copy color: '#AA6A35'

red 170 ◦ green 106 ◦ blue 53

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

Shades of Mai Tai #AA6A35

Tints of Mai Tai #AA6A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

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

R = 51.67%
G = 32.22%
B = 16.11%

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

#AA6A35 (or 0xAA6A35) is known color: Mai Tai. HEX triplet: AA, 6A and 35. RGB value is (170,106,53). Sum of RGB (Red+Green+Blue) = 170+106+53=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6A35 is #5595CA. Grayscale: #777777. Windows color (decimal): -5608907 or 3500714. OLE color: 3500714.

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

Color convert

RGB 170 106 53 -
CMYK 0 0.38 0.69 0.33
HSL 27.18º 0.52% 0.44% -
HSV(B) 27.18º 0.69% 0.67% -
XYZ 22.37 19.11 5.88 -
YUV 119.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 170 106 53 0 0.38 0.69 0.33 27.18 0.52 0.44
Hex AA 6A 35 0 26 45 21 1B 34 2C
Octal 252 152 65 0 46 105 41 33 64 54
Binary 10101010 1101010 110101 0 100110 1000101 100001 11011 110100 101100

Color Harmonies of #AA6A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A35

Black with #AA6A35

Text Example


Text Example

White with #AA6A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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