Html Css Color HEX #AA356B Rouge

📋 copy color: '#AA356B'

red 170 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AA356B

Tints of Rouge #AA356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 51.52%
G = 16.06%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA356B (or 0xAA356B) is known color: Rouge. HEX triplet: AA, 35 and 6B. RGB value is (170,53,107). Sum of RGB (Red+Green+Blue) = 170+53+107=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356B is #55CA94. Grayscale: #5E5E5E. Windows color (decimal): -5622421 or 7026090. OLE color: 7026090.

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

Color convert

RGB 170 53 107 -
CMYK 0 0.69 0.37 0.33
HSL 332.31º 0.52% 0.44% -
HSV(B) 332.31º 0.69% 0.67% -
XYZ 20.5 12.15 15.18 -
YUV 94.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 170 53 107 0 0.69 0.37 0.33 332.31 0.52 0.44
Hex AA 35 6B 0 45 25 21 14C 34 2C
Octal 252 65 153 0 105 45 41 514 64 54
Binary 10101010 110101 1101011 0 1000101 100101 100001 101001100 110100 101100

Color Harmonies of #AA356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA356B

Black with #AA356B

Text Example


Text Example

White with #AA356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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