Html Css Color HEX #AA4564 Rouge

📋 copy color: '#AA4564'

red 170 ◦ green 69 ◦ blue 100

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

Shades of Rouge #AA4564

Tints of Rouge #AA4564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 50.15%
G = 20.35%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA4564 (or 0xAA4564) is known color: Rouge. HEX triplet: AA, 45 and 64. RGB value is (170,69,100). Sum of RGB (Red+Green+Blue) = 170+69+100=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4564 is #55BA9B. Grayscale: #666666. Windows color (decimal): -5618332 or 6571434. OLE color: 6571434.

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

Color convert

RGB 170 69 100 -
CMYK 0 0.59 0.41 0.33
HSL 341.58º 0.42% 0.47% -
HSV(B) 341.58º 0.59% 0.67% -
XYZ 21.01 13.72 13.6 -
YUV 102.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 170 69 100 0 0.59 0.41 0.33 341.58 0.42 0.47
Hex AA 45 64 0 3B 29 21 156 2A 2F
Octal 252 105 144 0 73 51 41 526 52 57
Binary 10101010 1000101 1100100 0 111011 101001 100001 101010110 101010 101111

Color Harmonies of #AA4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4564

Black with #AA4564

Text Example


Text Example

White with #AA4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4564; }

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

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

background-color css

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

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

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

border-color css

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

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

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