Html Css Color HEX #AA345B Rouge

📋 copy color: '#AA345B'

red 170 ◦ green 52 ◦ blue 91

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

Shades of Rouge #AA345B

Tints of Rouge #AA345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 54.31%
G = 16.61%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA345B (or 0xAA345B) is known color: Rouge. HEX triplet: AA, 34 and 5B. RGB value is (170,52,91). Sum of RGB (Red+Green+Blue) = 170+52+91=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA345B is #55CBA4. Grayscale: #5B5B5B. Windows color (decimal): -5622693 or 5977258. OLE color: 5977258.

HSL color Cylindrical-coordinate representation of color #AA345B: hue angle of 340.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA345B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 91 -
CMYK 0 0.69 0.46 0.33
HSL 340.17º 0.53% 0.44% -
HSV(B) 340.17º 0.69% 0.67% -
XYZ 19.69 11.76 11.13 -
YUV 91.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 170 52 91 0 0.69 0.46 0.33 340.17 0.53 0.44
Hex AA 34 5B 0 45 2E 21 154 35 2C
Octal 252 64 133 0 105 56 41 524 65 54
Binary 10101010 110100 1011011 0 1000101 101110 100001 101010100 110101 101100

Color Harmonies of #AA345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA345B

Black with #AA345B

Text Example


Text Example

White with #AA345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA345B; }

 p { color: rgb(170,52,91); }

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

background-color css

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

 a { background-color: rgb(170,52,91); }

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

border-color css

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

 span { border-color: rgb(170,52,91); }

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