Html Css Color HEX #AA3268 Rouge

📋 copy color: '#AA3268'

red 170 ◦ green 50 ◦ blue 104

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

Shades of Rouge #AA3268

Tints of Rouge #AA3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 52.47%
G = 15.43%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA3268 (or 0xAA3268) is known color: Rouge. HEX triplet: AA, 32 and 68. RGB value is (170,50,104). Sum of RGB (Red+Green+Blue) = 170+50+104=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3268 is #55CD97. Grayscale: #5B5B5B. Windows color (decimal): -5623192 or 6828714. OLE color: 6828714.

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

Color convert

RGB 170 50 104 -
CMYK 0 0.71 0.39 0.33
HSL 333º 0.55% 0.43% -
HSV(B) 333º 0.71% 0.67% -
XYZ 20.22 11.83 14.31 -
YUV 92.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 170 50 104 0 0.71 0.39 0.33 333 0.55 0.43
Hex AA 32 68 0 47 27 21 14D 37 2B
Octal 252 62 150 0 107 47 41 515 67 53
Binary 10101010 110010 1101000 0 1000111 100111 100001 101001101 110111 101011

Color Harmonies of #AA3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3268

Black with #AA3268

Text Example


Text Example

White with #AA3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3268; }

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

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

background-color css

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

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

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

border-color css

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

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

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