Html Css Color HEX #AA375C Rouge

📋 copy color: '#AA375C'

red 170 ◦ green 55 ◦ blue 92

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

Shades of Rouge #AA375C

Tints of Rouge #AA375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 53.63%
G = 17.35%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA375C (or 0xAA375C) is known color: Rouge. HEX triplet: AA, 37 and 5C. RGB value is (170,55,92). Sum of RGB (Red+Green+Blue) = 170+55+92=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA375C is #55C8A3. Grayscale: #5D5D5D. Windows color (decimal): -5621924 or 6043562. OLE color: 6043562.

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

Color convert

RGB 170 55 92 -
CMYK 0 0.68 0.46 0.33
HSL 340.7º 0.51% 0.44% -
HSV(B) 340.7º 0.68% 0.67% -
XYZ 19.88 12.05 11.4 -
YUV 93.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 170 55 92 0 0.68 0.46 0.33 340.7 0.51 0.44
Hex AA 37 5C 0 44 2E 21 155 33 2C
Octal 252 67 134 0 104 56 41 525 63 54
Binary 10101010 110111 1011100 0 1000100 101110 100001 101010101 110011 101100

Color Harmonies of #AA375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA375C

Black with #AA375C

Text Example


Text Example

White with #AA375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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