Html Css Color HEX #AA3760 Rouge

📋 copy color: '#AA3760'

red 170 ◦ green 55 ◦ blue 96

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

Shades of Rouge #AA3760

Tints of Rouge #AA3760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 52.96%
G = 17.13%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA3760 (or 0xAA3760) is known color: Rouge. HEX triplet: AA, 37 and 60. RGB value is (170,55,96). Sum of RGB (Red+Green+Blue) = 170+55+96=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3760 is #55C89F. Grayscale: #5E5E5E. Windows color (decimal): -5621920 or 6305706. OLE color: 6305706.

HSL color Cylindrical-coordinate representation of color #AA3760: hue angle of 338.61º 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 #AA3760 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 96 -
CMYK 0 0.68 0.44 0.33
HSL 338.61º 0.51% 0.44% -
HSV(B) 338.61º 0.68% 0.67% -
XYZ 20.06 12.12 12.35 -
YUV 94.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 170 55 96 0 0.68 0.44 0.33 338.61 0.51 0.44
Hex AA 37 60 0 44 2C 21 153 33 2C
Octal 252 67 140 0 104 54 41 523 63 54
Binary 10101010 110111 1100000 0 1000100 101100 100001 101010011 110011 101100

Color Harmonies of #AA3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3760

Black with #AA3760

Text Example


Text Example

White with #AA3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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