Html Css Color HEX #AA3665 Rouge

📋 copy color: '#AA3665'

red 170 ◦ green 54 ◦ blue 101

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

Shades of Rouge #AA3665

Tints of Rouge #AA3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 52.31%
G = 16.62%
B = 31.08%

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

#AA3665 (or 0xAA3665) is known color: Rouge. HEX triplet: AA, 36 and 65. RGB value is (170,54,101). Sum of RGB (Red+Green+Blue) = 170+54+101=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3665 is #55C99A. Grayscale: #5D5D5D. Windows color (decimal): -5622171 or 6633130. OLE color: 6633130.

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

Color convert

RGB 170 54 101 -
CMYK 0 0.68 0.41 0.33
HSL 335.69º 0.52% 0.44% -
HSV(B) 335.69º 0.68% 0.67% -
XYZ 20.25 12.12 13.59 -
YUV 94.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 170 54 101 0 0.68 0.41 0.33 335.69 0.52 0.44
Hex AA 36 65 0 44 29 21 150 34 2C
Octal 252 66 145 0 104 51 41 520 64 54
Binary 10101010 110110 1100101 0 1000100 101001 100001 101010000 110100 101100

Color Harmonies of #AA3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3665

Black with #AA3665

Text Example


Text Example

White with #AA3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3665; }

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

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

background-color css

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

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

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

border-color css

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

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

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