#A92F66

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

Shades of Rouge #A92F66

Tints of Rouge #A92F66

Color information

#A92F66 (or 0xA92F66) is unknown color: approx Rouge. HEX triplet: A9, 2F and 66. RGB value is (169,47,102). Sum of RGB (Red+Green+Blue) = 169+47+102=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92F66 is #56D099. Grayscale: #595959. Windows color (decimal): -5689498 or 6696873. OLE color: 6696873.

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

Color convert

RGB16947102-
CMYK00.720.400.34
HSL332.95º56.48%42.35%-
HSV(B)332.95º72.19%66.27%-
XYZ19.7811.4313.73-
YUV89.75134.92184.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=53.14%
G=14.78%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694710200.720.400.34332.9556.4842.35
HexA92F66048282214d382a
Octal25157146011050425157052
Binary10101001101111110011001001000101000100010101001101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92F66; }

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

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

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

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

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

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

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

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