#A94766

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

Shades of Rouge #A94766

Tints of Rouge #A94766

Color information

#A94766 (or 0xA94766) is unknown color: approx Rouge. HEX triplet: A9, 47 and 66. RGB value is (169,71,102). Sum of RGB (Red+Green+Blue) = 169+71+102=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A94766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94766 is #56B899. Grayscale: #676767. Windows color (decimal): -5683354 or 6703017. OLE color: 6703017.

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

Color convert

RGB16971102-
CMYK00.580.400.34
HSL341.02º40.83%47.06%-
HSV(B)341.02º57.99%66.27%-
XYZ21.0113.914.15-
YUV103.84126.97174.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=49.42%
G=20.76%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697110200.580.400.34341.0240.8347.06
HexA9476603A2822155292f
Octal25110714607250425255157
Binary10101001100011111001100111010101000100010101010101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94766; }

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

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

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

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

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

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

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

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