Html Css Color HEX #AA4A6A Rouge

📋 copy color: '#AA4A6A'

red 170 ◦ green 74 ◦ blue 106

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

Shades of Rouge #AA4A6A

Tints of Rouge #AA4A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 48.57%
G = 21.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA4A6A (or 0xAA4A6A) is known color: Rouge. HEX triplet: AA, 4A and 6A. RGB value is (170,74,106). Sum of RGB (Red+Green+Blue) = 170+74+106=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A6A is #55B595. Grayscale: #6A6A6A. Windows color (decimal): -5617046 or 6965930. OLE color: 6965930.

HSL color Cylindrical-coordinate representation of color #AA4A6A: hue angle of 340º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A6A is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 106 -
CMYK 0 0.56 0.38 0.33
HSL 340º 0.39% 0.48% -
HSV(B) 340º 0.56% 0.67% -
XYZ 21.63 14.48 15.29 -
YUV 106.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 170 74 106 0 0.56 0.38 0.33 340 0.39 0.48
Hex AA 4A 6A 0 38 26 21 154 27 30
Octal 252 112 152 0 70 46 41 524 47 60
Binary 10101010 1001010 1101010 0 111000 100110 100001 101010100 100111 110000

Color Harmonies of #AA4A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A6A

Black with #AA4A6A

Text Example


Text Example

White with #AA4A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A6A; }

 p { color: rgb(170,74,106); }

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

background-color css

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

 a { background-color: rgb(170,74,106); }

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

border-color css

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

 span { border-color: rgb(170,74,106); }

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