Html Css Color HEX #AA4264 Rouge

📋 copy color: '#AA4264'

red 170 ◦ green 66 ◦ blue 100

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

Shades of Rouge #AA4264

Tints of Rouge #AA4264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 50.6%
G = 19.64%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA4264 (or 0xAA4264) is known color: Rouge. HEX triplet: AA, 42 and 64. RGB value is (170,66,100). Sum of RGB (Red+Green+Blue) = 170+66+100=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4264 is #55BD9B. Grayscale: #646464. Windows color (decimal): -5619100 or 6570666. OLE color: 6570666.

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

Color convert

RGB 170 66 100 -
CMYK 0 0.61 0.41 0.33
HSL 340.38º 0.44% 0.46% -
HSV(B) 340.38º 0.61% 0.67% -
XYZ 20.83 13.36 13.54 -
YUV 100.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 170 66 100 0 0.61 0.41 0.33 340.38 0.44 0.46
Hex AA 42 64 0 3D 29 21 154 2C 2E
Octal 252 102 144 0 75 51 41 524 54 56
Binary 10101010 1000010 1100100 0 111101 101001 100001 101010100 101100 101110

Color Harmonies of #AA4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4264

Black with #AA4264

Text Example


Text Example

White with #AA4264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4264; }

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

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

background-color css

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

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

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

border-color css

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

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

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