Html Css Color HEX #AA6430 Mai Tai

📋 copy color: '#AA6430'

red 170 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #AA6430

Tints of Mai Tai #AA6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

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

R = 53.46%
G = 31.45%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA6430 (or 0xAA6430) is known color: Mai Tai. HEX triplet: AA, 64 and 30. RGB value is (170,100,48). Sum of RGB (Red+Green+Blue) = 170+100+48=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6430 is #559BCF. Grayscale: #737373. Windows color (decimal): -5610448 or 3171498. OLE color: 3171498.

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

Color convert

RGB 170 100 48 -
CMYK 0 0.41 0.72 0.33
HSL 25.57º 0.56% 0.43% -
HSV(B) 25.57º 0.72% 0.67% -
XYZ 21.67 17.87 5.1 -
YUV 115 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 170 100 48 0 0.41 0.72 0.33 25.57 0.56 0.43
Hex AA 64 30 0 29 48 21 1A 38 2B
Octal 252 144 60 0 51 110 41 32 70 53
Binary 10101010 1100100 110000 0 101001 1001000 100001 11010 111000 101011

Color Harmonies of #AA6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6430

Black with #AA6430

Text Example


Text Example

White with #AA6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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