Html Css Color HEX #AA3764 Rouge

📋 copy color: '#AA3764'

red 170 ◦ green 55 ◦ blue 100

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

Shades of Rouge #AA3764

Tints of Rouge #AA3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

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

R = 52.31%
G = 16.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA3764 (or 0xAA3764) is known color: Rouge. HEX triplet: AA, 37 and 64. RGB value is (170,55,100). Sum of RGB (Red+Green+Blue) = 170+55+100=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3764 is #55C89B. Grayscale: #5E5E5E. Windows color (decimal): -5621916 or 6567850. OLE color: 6567850.

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

Color convert

RGB 170 55 100 -
CMYK 0 0.68 0.41 0.33
HSL 336.52º 0.51% 0.44% -
HSV(B) 336.52º 0.68% 0.67% -
XYZ 20.24 12.2 13.34 -
YUV 94.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 170 55 100 0 0.68 0.41 0.33 336.52 0.51 0.44
Hex AA 37 64 0 44 29 21 151 33 2C
Octal 252 67 144 0 104 51 41 521 63 54
Binary 10101010 110111 1100100 0 1000100 101001 100001 101010001 110011 101100

Color Harmonies of #AA3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3764

Black with #AA3764

Text Example


Text Example

White with #AA3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3764; }

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

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

background-color css

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

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

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

border-color css

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

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

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