Html Css Color HEX #AA456A Rouge

📋 copy color: '#AA456A'

red 170 ◦ green 69 ◦ blue 106

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

Shades of Rouge #AA456A

Tints of Rouge #AA456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

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

R = 49.28%
G = 20%
B = 30.72%

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

#AA456A (or 0xAA456A) is known color: Rouge. HEX triplet: AA, 45 and 6A. RGB value is (170,69,106). Sum of RGB (Red+Green+Blue) = 170+69+106=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA456A is #55BA95. Grayscale: #676767. Windows color (decimal): -5618326 or 6964650. OLE color: 6964650.

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

Color convert

RGB 170 69 106 -
CMYK 0 0.59 0.38 0.33
HSL 338.02º 0.42% 0.47% -
HSV(B) 338.02º 0.59% 0.67% -
XYZ 21.31 13.84 15.18 -
YUV 103.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 170 69 106 0 0.59 0.38 0.33 338.02 0.42 0.47
Hex AA 45 6A 0 3B 26 21 152 2A 2F
Octal 252 105 152 0 73 46 41 522 52 57
Binary 10101010 1000101 1101010 0 111011 100110 100001 101010010 101010 101111

Color Harmonies of #AA456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA456A

Black with #AA456A

Text Example


Text Example

White with #AA456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA456A; }

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

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

background-color css

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

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

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

border-color css

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

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

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