Html Css Color HEX #AA6730 Mai Tai

📋 copy color: '#AA6730'

red 170 ◦ green 103 ◦ blue 48

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

Shades of Mai Tai #AA6730

Tints of Mai Tai #AA6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 52.96%
G = 32.09%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA6730 (or 0xAA6730) is known color: Mai Tai. HEX triplet: AA, 67 and 30. RGB value is (170,103,48). Sum of RGB (Red+Green+Blue) = 170+103+48=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6730 is #5598CF. Grayscale: #757575. Windows color (decimal): -5609680 or 3172266. OLE color: 3172266.

HSL color Cylindrical-coordinate representation of color #AA6730: hue angle of 27.05º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA6730 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 48 -
CMYK 0 0.39 0.72 0.33
HSL 27.05º 0.56% 0.43% -
HSV(B) 27.05º 0.72% 0.67% -
XYZ 21.96 18.46 5.2 -
YUV 116.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 170 103 48 0 0.39 0.72 0.33 27.05 0.56 0.43
Hex AA 67 30 0 27 48 21 1B 38 2B
Octal 252 147 60 0 47 110 41 33 70 53
Binary 10101010 1100111 110000 0 100111 1001000 100001 11011 111000 101011

Color Harmonies of #AA6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6730

Black with #AA6730

Text Example


Text Example

White with #AA6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6730; }

 p { color: rgb(170,103,48); }

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

background-color css

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

 a { background-color: rgb(170,103,48); }

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

border-color css

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

 span { border-color: rgb(170,103,48); }

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