Html Css Color HEX #AA3964 Rouge

📋 copy color: '#AA3964'

red 170 ◦ green 57 ◦ blue 100

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

Shades of Rouge #AA3964

Tints of Rouge #AA3964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 51.99%
G = 17.43%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA3964 (or 0xAA3964) is known color: Rouge. HEX triplet: AA, 39 and 64. RGB value is (170,57,100). Sum of RGB (Red+Green+Blue) = 170+57+100=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3964 is #55C69B. Grayscale: #5F5F5F. Windows color (decimal): -5621404 or 6568362. OLE color: 6568362.

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

Color convert

RGB 170 57 100 -
CMYK 0 0.66 0.41 0.33
HSL 337.17º 0.5% 0.45% -
HSV(B) 337.17º 0.66% 0.67% -
XYZ 20.34 12.39 13.38 -
YUV 95.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 170 57 100 0 0.66 0.41 0.33 337.17 0.5 0.45
Hex AA 39 64 0 42 29 21 151 32 2D
Octal 252 71 144 0 102 51 41 521 62 55
Binary 10101010 111001 1100100 0 1000010 101001 100001 101010001 110010 101101

Color Harmonies of #AA3964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3964

Black with #AA3964

Text Example


Text Example

White with #AA3964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3964; }

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

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

background-color css

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

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

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

border-color css

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

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

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