Html Css Color HEX #AA4565 Rouge

📋 copy color: '#AA4565'

red 170 ◦ green 69 ◦ blue 101

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

Shades of Rouge #AA4565

Tints of Rouge #AA4565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 50%
G = 20.29%
B = 29.71%

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

#AA4565 (or 0xAA4565) is known color: Rouge. HEX triplet: AA, 45 and 65. RGB value is (170,69,101). Sum of RGB (Red+Green+Blue) = 170+69+101=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4565 is #55BA9A. Grayscale: #666666. Windows color (decimal): -5618331 or 6636970. OLE color: 6636970.

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

Color convert

RGB 170 69 101 -
CMYK 0 0.59 0.41 0.33
HSL 340.99º 0.42% 0.47% -
HSV(B) 340.99º 0.59% 0.67% -
XYZ 21.05 13.74 13.85 -
YUV 102.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 170 69 101 0 0.59 0.41 0.33 340.99 0.42 0.47
Hex AA 45 65 0 3B 29 21 155 2A 2F
Octal 252 105 145 0 73 51 41 525 52 57
Binary 10101010 1000101 1100101 0 111011 101001 100001 101010101 101010 101111

Color Harmonies of #AA4565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4565

Black with #AA4565

Text Example


Text Example

White with #AA4565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4565; }

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

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

background-color css

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

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

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

border-color css

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

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

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