#A94262

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

Shades of Rouge #A94262

Tints of Rouge #A94262

Color information

#A94262 (or 0xA94262) is unknown color: approx Rouge. HEX triplet: A9, 42 and 62. RGB value is (169,66,98). Sum of RGB (Red+Green+Blue) = 169+66+98=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A94262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94262 is #56BD9D. Grayscale: #646464. Windows color (decimal): -5684638 or 6439593. OLE color: 6439593.

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

Color convert

RGB1696698-
CMYK00.610.420.34
HSL341.36º43.83%46.08%-
HSV(B)341.36º60.95%66.27%-
XYZ20.5213.2113.02-
YUV100.44126.62176.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=50.75%
G=19.82%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169669800.610.420.34341.3643.8346.08
HexA9426203D2A221552c2e
Octal25110214207552425255456
Binary10101001100001011000100111101101010100010101010101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94262; }

 p { color: rgb(169,66,98); }

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

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

 a { background-color: rgb(169,66,98); }

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

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

 span { border-color: rgb(169,66,98); }

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