#A92A66

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

Shades of Rouge #A92A66

Tints of Rouge #A92A66

Color information

#A92A66 (or 0xA92A66) is unknown color: approx Rouge. HEX triplet: A9, 2A and 66. RGB value is (169,42,102). Sum of RGB (Red+Green+Blue) = 169+42+102=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92A66 is #56D599. Grayscale: #565656. Windows color (decimal): -5690778 or 6695593. OLE color: 6695593.

HSL color Cylindrical-coordinate representation of color #A92A66: hue angle of 331.65º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A66 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16942102-
CMYK00.750.400.34
HSL331.65º60.19%41.37%-
HSV(B)331.65º75.15%66.27%-
XYZ19.5911.0513.67-
YUV86.81136.58186.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 102 (40.23% from 255) = 32.59%
R=53.99%
G=13.42%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694210200.750.400.34331.6560.1941.37
HexA92A6604B282214c3c29
Octal25152146011350425147451
Binary10101001101010110011001001011101000100010101001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A66; }

 p { color: rgb(169,42,102); }

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

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

 a { background-color: rgb(169,42,102); }

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

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

 span { border-color: rgb(169,42,102); }

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