#A94A66

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

Shades of Rouge #A94A66

Tints of Rouge #A94A66

Color information

#A94A66 (or 0xA94A66) is unknown color: approx Rouge. HEX triplet: A9, 4A and 66. RGB value is (169,74,102). Sum of RGB (Red+Green+Blue) = 169+74+102=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A66 is #56B599. Grayscale: #696969. Windows color (decimal): -5682586 or 6703785. OLE color: 6703785.

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

Color convert

RGB16974102-
CMYK00.560.400.34
HSL342.32º39.09%47.65%-
HSV(B)342.32º56.21%66.27%-
XYZ21.2114.2914.21-
YUV105.6125.97173.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=48.99%
G=21.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697410200.560.400.34342.3239.0947.65
HexA94A6603828221562730
Octal25111214607050425264760
Binary10101001100101011001100111000101000100010101010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A66; }

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

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

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

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

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

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

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

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