Html Css Color HEX #AA456B Rouge

📋 copy color: '#AA456B'

red 170 ◦ green 69 ◦ blue 107

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

Shades of Rouge #AA456B

Tints of Rouge #AA456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

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

R = 49.13%
G = 19.94%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA456B (or 0xAA456B) is known color: Rouge. HEX triplet: AA, 45 and 6B. RGB value is (170,69,107). Sum of RGB (Red+Green+Blue) = 170+69+107=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA456B is #55BA94. Grayscale: #676767. Windows color (decimal): -5618325 or 7030186. OLE color: 7030186.

HSL color Cylindrical-coordinate representation of color #AA456B: hue angle of 337.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA456B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 107 -
CMYK 0 0.59 0.37 0.33
HSL 337.43º 0.42% 0.47% -
HSV(B) 337.43º 0.59% 0.67% -
XYZ 21.36 13.86 15.46 -
YUV 103.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 170 69 107 0 0.59 0.37 0.33 337.43 0.42 0.47
Hex AA 45 6B 0 3B 25 21 151 2A 2F
Octal 252 105 153 0 73 45 41 521 52 57
Binary 10101010 1000101 1101011 0 111011 100101 100001 101010001 101010 101111

Color Harmonies of #AA456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA456B

Black with #AA456B

Text Example


Text Example

White with #AA456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA456B; }

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

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

background-color css

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

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

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

border-color css

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

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

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