Html Css Color HEX #AA3D6E Rouge

📋 copy color: '#AA3D6E'

red 170 ◦ green 61 ◦ blue 110

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

Shades of Rouge #AA3D6E

Tints of Rouge #AA3D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 49.85%
G = 17.89%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA3D6E (or 0xAA3D6E) is known color: Rouge. HEX triplet: AA, 3D and 6E. RGB value is (170,61,110). Sum of RGB (Red+Green+Blue) = 170+61+110=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D6E is #55C291. Grayscale: #636363. Windows color (decimal): -5620370 or 7224746. OLE color: 7224746.

HSL color Cylindrical-coordinate representation of color #AA3D6E: hue angle of 333.03º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3D6E is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 110 -
CMYK 0 0.64 0.35 0.33
HSL 333.03º 0.47% 0.45% -
HSV(B) 333.03º 0.64% 0.67% -
XYZ 21.06 13.01 16.15 -
YUV 99.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 170 61 110 0 0.64 0.35 0.33 333.03 0.47 0.45
Hex AA 3D 6E 0 40 23 21 14D 2F 2D
Octal 252 75 156 0 100 43 41 515 57 55
Binary 10101010 111101 1101110 0 1000000 100011 100001 101001101 101111 101101

Color Harmonies of #AA3D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D6E

Black with #AA3D6E

Text Example


Text Example

White with #AA3D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D6E; }

 p { color: rgb(170,61,110); }

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

background-color css

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

 a { background-color: rgb(170,61,110); }

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

border-color css

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

 span { border-color: rgb(170,61,110); }

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