Html Css Color HEX #AA6325 Mai Tai

📋 copy color: '#AA6325'

red 170 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #AA6325

Tints of Mai Tai #AA6325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 55.56%
G = 32.35%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA6325 (or 0xAA6325) is known color: Mai Tai. HEX triplet: AA, 63 and 25. RGB value is (170,99,37). Sum of RGB (Red+Green+Blue) = 170+99+37=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6325 is #559CDA. Grayscale: #717171. Windows color (decimal): -5610715 or 2450346. OLE color: 2450346.

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

Color convert

RGB 170 99 37 -
CMYK 0 0.42 0.78 0.33
HSL 27.97º 0.64% 0.41% -
HSV(B) 27.97º 0.78% 0.67% -
XYZ 21.37 17.6 4.02 -
YUV 113.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 170 99 37 0 0.42 0.78 0.33 27.97 0.64 0.41
Hex AA 63 25 0 2A 4E 21 1C 40 29
Octal 252 143 45 0 52 116 41 34 100 51
Binary 10101010 1100011 100101 0 101010 1001110 100001 11100 1000000 101001

Color Harmonies of #AA6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6325

Black with #AA6325

Text Example


Text Example

White with #AA6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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