Html Css Color HEX #AA2965 Rouge

📋 copy color: '#AA2965'

red 170 ◦ green 41 ◦ blue 101

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

Shades of Rouge #AA2965

Tints of Rouge #AA2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 54.49%
G = 13.14%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA2965 (or 0xAA2965) is known color: Rouge. HEX triplet: AA, 29 and 65. RGB value is (170,41,101). Sum of RGB (Red+Green+Blue) = 170+41+101=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2965 is #55D69A. Grayscale: #565656. Windows color (decimal): -5625499 or 6629802. OLE color: 6629802.

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

Color convert

RGB 170 41 101 -
CMYK 0 0.76 0.41 0.33
HSL 332.09º 0.61% 0.41% -
HSV(B) 332.09º 0.76% 0.67% -
XYZ 19.72 11.07 13.41 -
YUV 86.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 170 41 101 0 0.76 0.41 0.33 332.09 0.61 0.41
Hex AA 29 65 0 4C 29 21 14C 3D 29
Octal 252 51 145 0 114 51 41 514 75 51
Binary 10101010 101001 1100101 0 1001100 101001 100001 101001100 111101 101001

Color Harmonies of #AA2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2965

Black with #AA2965

Text Example


Text Example

White with #AA2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2965; }

 p { color: rgb(170,41,101); }

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

background-color css

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

 a { background-color: rgb(170,41,101); }

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

border-color css

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

 span { border-color: rgb(170,41,101); }

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