Html Css Color HEX #AA632B Mai Tai

📋 copy color: '#AA632B'

red 170 ◦ green 99 ◦ blue 43

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

Shades of Mai Tai #AA632B

Tints of Mai Tai #AA632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 54.49%
G = 31.73%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA632B (or 0xAA632B) is known color: Mai Tai. HEX triplet: AA, 63 and 2B. RGB value is (170,99,43). Sum of RGB (Red+Green+Blue) = 170+99+43=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA632B is #559CD4. Grayscale: #727272. Windows color (decimal): -5610709 or 2843562. OLE color: 2843562.

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

Color convert

RGB 170 99 43 -
CMYK 0 0.42 0.75 0.33
HSL 26.46º 0.6% 0.42% -
HSV(B) 26.46º 0.75% 0.67% -
XYZ 21.48 17.64 4.56 -
YUV 113.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 170 99 43 0 0.42 0.75 0.33 26.46 0.6 0.42
Hex AA 63 2B 0 2A 4B 21 1A 3C 2A
Octal 252 143 53 0 52 113 41 32 74 52
Binary 10101010 1100011 101011 0 101010 1001011 100001 11010 111100 101010

Color Harmonies of #AA632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA632B

Black with #AA632B

Text Example


Text Example

White with #AA632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA632B; }

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

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

background-color css

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

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

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

border-color css

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

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

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