Html Css Color HEX #AA436A Rouge

📋 copy color: '#AA436A'

red 170 ◦ green 67 ◦ blue 106

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

Shades of Rouge #AA436A

Tints of Rouge #AA436A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 49.56%
G = 19.53%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA436A (or 0xAA436A) is known color: Rouge. HEX triplet: AA, 43 and 6A. RGB value is (170,67,106). Sum of RGB (Red+Green+Blue) = 170+67+106=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA436A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA436A is #55BC95. Grayscale: #666666. Windows color (decimal): -5618838 or 6964138. OLE color: 6964138.

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

Color convert

RGB 170 67 106 -
CMYK 0 0.61 0.38 0.33
HSL 337.28º 0.43% 0.46% -
HSV(B) 337.28º 0.61% 0.67% -
XYZ 21.19 13.6 15.14 -
YUV 102.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 170 67 106 0 0.61 0.38 0.33 337.28 0.43 0.46
Hex AA 43 6A 0 3D 26 21 151 2B 2E
Octal 252 103 152 0 75 46 41 521 53 56
Binary 10101010 1000011 1101010 0 111101 100110 100001 101010001 101011 101110

Color Harmonies of #AA436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA436A

Black with #AA436A

Text Example


Text Example

White with #AA436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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