Html Css Color HEX #AA356F Rouge

📋 copy color: '#AA356F'

red 170 ◦ green 53 ◦ blue 111

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

Shades of Rouge #AA356F

Tints of Rouge #AA356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 50.9%
G = 15.87%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA356F (or 0xAA356F) is known color: Rouge. HEX triplet: AA, 35 and 6F. RGB value is (170,53,111). Sum of RGB (Red+Green+Blue) = 170+53+111=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356F is #55CA90. Grayscale: #5E5E5E. Windows color (decimal): -5622417 or 7288234. OLE color: 7288234.

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

Color convert

RGB 170 53 111 -
CMYK 0 0.69 0.35 0.33
HSL 330.26º 0.52% 0.44% -
HSV(B) 330.26º 0.69% 0.67% -
XYZ 20.72 12.24 16.31 -
YUV 94.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 170 53 111 0 0.69 0.35 0.33 330.26 0.52 0.44
Hex AA 35 6F 0 45 23 21 14A 34 2C
Octal 252 65 157 0 105 43 41 512 64 54
Binary 10101010 110101 1101111 0 1000101 100011 100001 101001010 110100 101100

Color Harmonies of #AA356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA356F

Black with #AA356F

Text Example


Text Example

White with #AA356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA356F; }

 p { color: rgb(170,53,111); }

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

background-color css

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

 a { background-color: rgb(170,53,111); }

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

border-color css

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

 span { border-color: rgb(170,53,111); }

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