Html Css Color HEX #AA6130 Mai Tai

📋 copy color: '#AA6130'

red 170 ◦ green 97 ◦ blue 48

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

Shades of Mai Tai #AA6130

Tints of Mai Tai #AA6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

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

R = 53.97%
G = 30.79%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA6130 (or 0xAA6130) is known color: Mai Tai. HEX triplet: AA, 61 and 30. RGB value is (170,97,48). Sum of RGB (Red+Green+Blue) = 170+97+48=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6130 is #559ECF. Grayscale: #717171. Windows color (decimal): -5611216 or 3170730. OLE color: 3170730.

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

Color convert

RGB 170 97 48 -
CMYK 0 0.43 0.72 0.33
HSL 24.1º 0.56% 0.43% -
HSV(B) 24.1º 0.72% 0.67% -
XYZ 21.39 17.31 5.01 -
YUV 113.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 170 97 48 0 0.43 0.72 0.33 24.1 0.56 0.43
Hex AA 61 30 0 2B 48 21 18 38 2B
Octal 252 141 60 0 53 110 41 30 70 53
Binary 10101010 1100001 110000 0 101011 1001000 100001 11000 111000 101011

Color Harmonies of #AA6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6130

Black with #AA6130

Text Example


Text Example

White with #AA6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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