#A92D68

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

Shades of Rouge #A92D68

Tints of Rouge #A92D68

Color information

#A92D68 (or 0xA92D68) is unknown color: approx Rouge. HEX triplet: A9, 2D and 68. RGB value is (169,45,104). Sum of RGB (Red+Green+Blue) = 169+45+104=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D68 is #56D297. Grayscale: #585858. Windows color (decimal): -5690008 or 6827433. OLE color: 6827433.

HSL color Cylindrical-coordinate representation of color #A92D68: hue angle of 331.45º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D68 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16945104-
CMYK00.730.380.34
HSL331.45º57.94%41.96%-
HSV(B)331.45º73.37%66.27%-
XYZ19.811.3114.24-
YUV88.8136.58185.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=53.14%
G=14.15%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694510400.730.380.34331.4557.9441.96
HexA92D68049262214b3a2a
Octal25155150011146425137252
Binary10101001101101110100001001001100110100010101001011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D68; }

 p { color: rgb(169,45,104); }

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

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

 a { background-color: rgb(169,45,104); }

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

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

 span { border-color: rgb(169,45,104); }

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