Html Css Color HEX #AA466A Rouge

📋 copy color: '#AA466A'

red 170 ◦ green 70 ◦ blue 106

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

Shades of Rouge #AA466A

Tints of Rouge #AA466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 49.13%
G = 20.23%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA466A (or 0xAA466A) is known color: Rouge. HEX triplet: AA, 46 and 6A. RGB value is (170,70,106). Sum of RGB (Red+Green+Blue) = 170+70+106=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA466A is #55B995. Grayscale: #676767. Windows color (decimal): -5618070 or 6964906. OLE color: 6964906.

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

Color convert

RGB 170 70 106 -
CMYK 0 0.59 0.38 0.33
HSL 338.4º 0.42% 0.47% -
HSV(B) 338.4º 0.59% 0.67% -
XYZ 21.37 13.97 15.21 -
YUV 104 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 170 70 106 0 0.59 0.38 0.33 338.4 0.42 0.47
Hex AA 46 6A 0 3B 26 21 152 2A 2F
Octal 252 106 152 0 73 46 41 522 52 57
Binary 10101010 1000110 1101010 0 111011 100110 100001 101010010 101010 101111

Color Harmonies of #AA466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA466A

Black with #AA466A

Text Example


Text Example

White with #AA466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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