Html Css Color HEX #AA4469 Rouge

📋 copy color: '#AA4469'

red 170 ◦ green 68 ◦ blue 105

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

Shades of Rouge #AA4469

Tints of Rouge #AA4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 49.56%
G = 19.83%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA4469 (or 0xAA4469) is known color: Rouge. HEX triplet: AA, 44 and 69. RGB value is (170,68,105). Sum of RGB (Red+Green+Blue) = 170+68+105=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4469 is #55BB96. Grayscale: #666666. Windows color (decimal): -5618583 or 6898858. OLE color: 6898858.

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

Color convert

RGB 170 68 105 -
CMYK 0 0.6 0.38 0.33
HSL 338.24º 0.43% 0.47% -
HSV(B) 338.24º 0.6% 0.67% -
XYZ 21.19 13.7 14.89 -
YUV 102.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 170 68 105 0 0.6 0.38 0.33 338.24 0.43 0.47
Hex AA 44 69 0 3C 26 21 152 2B 2F
Octal 252 104 151 0 74 46 41 522 53 57
Binary 10101010 1000100 1101001 0 111100 100110 100001 101010010 101011 101111

Color Harmonies of #AA4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4469

Black with #AA4469

Text Example


Text Example

White with #AA4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4469; }

 p { color: rgb(170,68,105); }

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

background-color css

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

 a { background-color: rgb(170,68,105); }

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

border-color css

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

 span { border-color: rgb(170,68,105); }

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