Html Css Color HEX #AA632D Mai Tai

📋 copy color: '#AA632D'

red 170 ◦ green 99 ◦ blue 45

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

Shades of Mai Tai #AA632D

Tints of Mai Tai #AA632D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 54.14%
G = 31.53%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA632D (or 0xAA632D) is known color: Mai Tai. HEX triplet: AA, 63 and 2D. RGB value is (170,99,45). Sum of RGB (Red+Green+Blue) = 170+99+45=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632D is #559CD2. Grayscale: #727272. Windows color (decimal): -5610707 or 2974634. OLE color: 2974634.

HSL color Cylindrical-coordinate representation of color #AA632D: hue angle of 25.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA632D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 45 -
CMYK 0 0.42 0.74 0.33
HSL 25.92º 0.58% 0.42% -
HSV(B) 25.92º 0.74% 0.67% -
XYZ 21.51 17.66 4.76 -
YUV 114.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 170 99 45 0 0.42 0.74 0.33 25.92 0.58 0.42
Hex AA 63 2D 0 2A 4A 21 1A 3A 2A
Octal 252 143 55 0 52 112 41 32 72 52
Binary 10101010 1100011 101101 0 101010 1001010 100001 11010 111010 101010

Color Harmonies of #AA632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA632D

Black with #AA632D

Text Example


Text Example

White with #AA632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA632D; }

 p { color: rgb(170,99,45); }

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

background-color css

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

 a { background-color: rgb(170,99,45); }

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

border-color css

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

 span { border-color: rgb(170,99,45); }

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