Html Css Color HEX #AA3D64 Rouge

📋 copy color: '#AA3D64'

red 170 ◦ green 61 ◦ blue 100

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

Shades of Rouge #AA3D64

Tints of Rouge #AA3D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 51.36%
G = 18.43%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA3D64 (or 0xAA3D64) is known color: Rouge. HEX triplet: AA, 3D and 64. RGB value is (170,61,100). Sum of RGB (Red+Green+Blue) = 170+61+100=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D64 is #55C29B. Grayscale: #616161. Windows color (decimal): -5620380 or 6569386. OLE color: 6569386.

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

Color convert

RGB 170 61 100 -
CMYK 0 0.64 0.41 0.33
HSL 338.53º 0.47% 0.45% -
HSV(B) 338.53º 0.64% 0.67% -
XYZ 20.55 12.8 13.45 -
YUV 98.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 170 61 100 0 0.64 0.41 0.33 338.53 0.47 0.45
Hex AA 3D 64 0 40 29 21 153 2F 2D
Octal 252 75 144 0 100 51 41 523 57 55
Binary 10101010 111101 1100100 0 1000000 101001 100001 101010011 101111 101101

Color Harmonies of #AA3D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D64

Black with #AA3D64

Text Example


Text Example

White with #AA3D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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