Html Css Color HEX #AA631E Mai Tai

📋 copy color: '#AA631E'

red 170 ◦ green 99 ◦ blue 30

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

Shades of Mai Tai #AA631E

Tints of Mai Tai #AA631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 56.86%
G = 33.11%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA631E (or 0xAA631E) is known color: Mai Tai. HEX triplet: AA, 63 and 1E. RGB value is (170,99,30). Sum of RGB (Red+Green+Blue) = 170+99+30=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA631E is #559CE1. Grayscale: #707070. Windows color (decimal): -5610722 or 1991594. OLE color: 1991594.

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

Color convert

RGB 170 99 30 -
CMYK 0 0.42 0.82 0.33
HSL 29.57º 0.7% 0.39% -
HSV(B) 29.57º 0.82% 0.67% -
XYZ 21.27 17.56 3.5 -
YUV 112.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 170 99 30 0 0.42 0.82 0.33 29.57 0.7 0.39
Hex AA 63 1E 0 2A 52 21 1E 46 27
Octal 252 143 36 0 52 122 41 36 106 47
Binary 10101010 1100011 11110 0 101010 1010010 100001 11110 1000110 100111

Color Harmonies of #AA631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA631E

Black with #AA631E

Text Example


Text Example

White with #AA631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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