Html Css Color HEX #AA376F Rouge

📋 copy color: '#AA376F'

red 170 ◦ green 55 ◦ blue 111

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

Shades of Rouge #AA376F

Tints of Rouge #AA376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 50.6%
G = 16.37%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA376F (or 0xAA376F) is known color: Rouge. HEX triplet: AA, 37 and 6F. RGB value is (170,55,111). Sum of RGB (Red+Green+Blue) = 170+55+111=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376F is #55C890. Grayscale: #5F5F5F. Windows color (decimal): -5621905 or 7288746. OLE color: 7288746.

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

Color convert

RGB 170 55 111 -
CMYK 0 0.68 0.35 0.33
HSL 330.78º 0.51% 0.44% -
HSV(B) 330.78º 0.68% 0.67% -
XYZ 20.81 12.43 16.34 -
YUV 95.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 170 55 111 0 0.68 0.35 0.33 330.78 0.51 0.44
Hex AA 37 6F 0 44 23 21 14B 33 2C
Octal 252 67 157 0 104 43 41 513 63 54
Binary 10101010 110111 1101111 0 1000100 100011 100001 101001011 110011 101100

Color Harmonies of #AA376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA376F

Black with #AA376F

Text Example


Text Example

White with #AA376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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