#AA3067

Color #AA3067 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AA3067

Tints of Rouge #AA3067

Color information

#AA3067 (or 0xAA3067) is unknown color: approx Rouge. HEX triplet: AA, 30 and 67. RGB value is (170,48,103). Sum of RGB (Red+Green+Blue) = 170+48+103=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3067 is #55CF98. Grayscale: #5A5A5A. Windows color (decimal): -5623705 or 6762666. OLE color: 6762666.

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

Color convert

RGB17048103-
CMYK00.720.390.33
HSL332.95º55.96%42.75%-
HSV(B)332.95º71.76%66.67%-
XYZ20.0811.6414.02-
YUV90.75134.92184.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=52.96%
G=14.95%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704810300.720.390.33332.9555.9642.75
HexAA3067048272114d382b
Octal25260147011047415157053
Binary10101010110000110011101001000100111100001101001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3067; }

 p { color: rgb(170,48,103); }

 H1.HeaderClassName
 {
   color: #AA3067;
 }
 .AnyTagClassName
 {
   color: #AA3067;
 }
</style>
background-color css

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

 a { background-color: rgb(170,48,103); }

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

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

 span { border-color: rgb(170,48,103); }

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