#A74466

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

Shades of Rouge #A74466

Tints of Rouge #A74466

Color information

#A74466 (or 0xA74466) is unknown color: approx Rouge. HEX triplet: A7, 44 and 66. RGB value is (167,68,102). Sum of RGB (Red+Green+Blue) = 167+68+102=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A74466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74466 is #58BB99. Grayscale: #656565. Windows color (decimal): -5815194 or 6702247. OLE color: 6702247.

HSL color Cylindrical-coordinate representation of color #A74466: hue angle of 339.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74466 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16768102-
CMYK00.590.390.35
HSL339.39º42.13%46.08%-
HSV(B)339.39º59.28%65.49%-
XYZ20.413.3114.06-
YUV101.48128.3174.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=49.55%
G=20.18%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676810200.590.390.35339.3942.1346.08
HexA7446603B27231532a2e
Octal24710414607347435235256
Binary10100111100010011001100111011100111100011101010011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74466; }

 p { color: rgb(167,68,102); }

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

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

 a { background-color: rgb(167,68,102); }

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

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

 span { border-color: rgb(167,68,102); }

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