Html Css Color HEX #AA4568 Rouge

📋 copy color: '#AA4568'

red 170 ◦ green 69 ◦ blue 104

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

Shades of Rouge #AA4568

Tints of Rouge #AA4568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 49.56%
G = 20.12%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4568 (or 0xAA4568) is known color: Rouge. HEX triplet: AA, 45 and 68. RGB value is (170,69,104). Sum of RGB (Red+Green+Blue) = 170+69+104=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4568 is #55BA97. Grayscale: #676767. Windows color (decimal): -5618328 or 6833578. OLE color: 6833578.

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

Color convert

RGB 170 69 104 -
CMYK 0 0.59 0.39 0.33
HSL 339.21º 0.42% 0.47% -
HSV(B) 339.21º 0.59% 0.67% -
XYZ 21.2 13.8 14.64 -
YUV 103.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 170 69 104 0 0.59 0.39 0.33 339.21 0.42 0.47
Hex AA 45 68 0 3B 27 21 153 2A 2F
Octal 252 105 150 0 73 47 41 523 52 57
Binary 10101010 1000101 1101000 0 111011 100111 100001 101010011 101010 101111

Color Harmonies of #AA4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4568

Black with #AA4568

Text Example


Text Example

White with #AA4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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