Html Css Color HEX #AA345E Rouge

📋 copy color: '#AA345E'

red 170 ◦ green 52 ◦ blue 94

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

Shades of Rouge #AA345E

Tints of Rouge #AA345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 53.8%
G = 16.46%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA345E (or 0xAA345E) is known color: Rouge. HEX triplet: AA, 34 and 5E. RGB value is (170,52,94). Sum of RGB (Red+Green+Blue) = 170+52+94=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA345E is #55CBA1. Grayscale: #5C5C5C. Windows color (decimal): -5622690 or 6173866. OLE color: 6173866.

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

Color convert

RGB 170 52 94 -
CMYK 0 0.69 0.45 0.33
HSL 338.64º 0.53% 0.44% -
HSV(B) 338.64º 0.69% 0.67% -
XYZ 19.83 11.81 11.82 -
YUV 92.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 170 52 94 0 0.69 0.45 0.33 338.64 0.53 0.44
Hex AA 34 5E 0 45 2D 21 153 35 2C
Octal 252 64 136 0 105 55 41 523 65 54
Binary 10101010 110100 1011110 0 1000101 101101 100001 101010011 110101 101100

Color Harmonies of #AA345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA345E

Black with #AA345E

Text Example


Text Example

White with #AA345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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