Html Css Color HEX #AA3468 Rouge

📋 copy color: '#AA3468'

red 170 ◦ green 52 ◦ blue 104

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

Shades of Rouge #AA3468

Tints of Rouge #AA3468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 52.15%
G = 15.95%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA3468 (or 0xAA3468) is known color: Rouge. HEX triplet: AA, 34 and 68. RGB value is (170,52,104). Sum of RGB (Red+Green+Blue) = 170+52+104=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3468 is #55CB97. Grayscale: #5D5D5D. Windows color (decimal): -5622680 or 6829226. OLE color: 6829226.

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

Color convert

RGB 170 52 104 -
CMYK 0 0.69 0.39 0.33
HSL 333.56º 0.53% 0.44% -
HSV(B) 333.56º 0.69% 0.67% -
XYZ 20.3 12 14.34 -
YUV 93.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 170 52 104 0 0.69 0.39 0.33 333.56 0.53 0.44
Hex AA 34 68 0 45 27 21 14E 35 2C
Octal 252 64 150 0 105 47 41 516 65 54
Binary 10101010 110100 1101000 0 1000101 100111 100001 101001110 110101 101100

Color Harmonies of #AA3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3468

Black with #AA3468

Text Example


Text Example

White with #AA3468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3468; }

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

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

background-color css

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

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

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

border-color css

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

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

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