#A94A6A

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

Shades of Rouge #A94A6A

Tints of Rouge #A94A6A

Color information

#A94A6A (or 0xA94A6A) is unknown color: approx Rouge. HEX triplet: A9, 4A and 6A. RGB value is (169,74,106). Sum of RGB (Red+Green+Blue) = 169+74+106=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A6A is #56B595. Grayscale: #6A6A6A. Windows color (decimal): -5682582 or 6965929. OLE color: 6965929.

HSL color Cylindrical-coordinate representation of color #A94A6A: hue angle of 339.79º 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 #A94A6A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16974106-
CMYK00.560.370.34
HSL339.79º39.09%47.65%-
HSV(B)339.79º56.21%66.27%-
XYZ21.4114.3715.28-
YUV106.05127.97172.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=48.42%
G=21.20%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697410600.560.370.34339.7939.0947.65
HexA94A6A03825221542730
Octal25111215207045425244760
Binary10101001100101011010100111000100101100010101010100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A6A; }

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

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

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

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

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

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

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

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