Html Css Color HEX #AA4168 Rouge

📋 copy color: '#AA4168'

red 170 ◦ green 65 ◦ blue 104

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

Shades of Rouge #AA4168

Tints of Rouge #AA4168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 50.15%
G = 19.17%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4168 (or 0xAA4168) is known color: Rouge. HEX triplet: AA, 41 and 68. RGB value is (170,65,104). Sum of RGB (Red+Green+Blue) = 170+65+104=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4168 is #55BE97. Grayscale: #646464. Windows color (decimal): -5619352 or 6832554. OLE color: 6832554.

HSL color Cylindrical-coordinate representation of color #AA4168: hue angle of 337.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4168 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 65 104 -
CMYK 0 0.62 0.39 0.33
HSL 337.71º 0.45% 0.46% -
HSV(B) 337.71º 0.62% 0.67% -
XYZ 20.97 13.33 14.56 -
YUV 100.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 170 65 104 0 0.62 0.39 0.33 337.71 0.45 0.46
Hex AA 41 68 0 3E 27 21 152 2D 2E
Octal 252 101 150 0 76 47 41 522 55 56
Binary 10101010 1000001 1101000 0 111110 100111 100001 101010010 101101 101110

Color Harmonies of #AA4168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4168

Black with #AA4168

Text Example


Text Example

White with #AA4168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4168; }

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

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

background-color css

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

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

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

border-color css

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

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

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