Html Css Color HEX #AA436B Rouge

📋 copy color: '#AA436B'

red 170 ◦ green 67 ◦ blue 107

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

Shades of Rouge #AA436B

Tints of Rouge #AA436B

RGB

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

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

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

R = 49.42%
G = 19.48%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA436B (or 0xAA436B) is known color: Rouge. HEX triplet: AA, 43 and 6B. RGB value is (170,67,107). Sum of RGB (Red+Green+Blue) = 170+67+107=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA436B is #55BC94. Grayscale: #666666. Windows color (decimal): -5618837 or 7029674. OLE color: 7029674.

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

Color convert

RGB 170 67 107 -
CMYK 0 0.61 0.37 0.33
HSL 336.7º 0.43% 0.46% -
HSV(B) 336.7º 0.61% 0.67% -
XYZ 21.24 13.62 15.42 -
YUV 102.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 170 67 107 0 0.61 0.37 0.33 336.7 0.43 0.46
Hex AA 43 6B 0 3D 25 21 151 2B 2E
Octal 252 103 153 0 75 45 41 521 53 56
Binary 10101010 1000011 1101011 0 111101 100101 100001 101010001 101011 101110

Color Harmonies of #AA436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA436B

Black with #AA436B

Text Example


Text Example

White with #AA436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA436B; }

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

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

background-color css

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

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

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

border-color css

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

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

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