#A74669

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

Shades of Rouge #A74669

Tints of Rouge #A74669

Color information

#A74669 (or 0xA74669) is unknown color: approx Rouge. HEX triplet: A7, 46 and 69. RGB value is (167,70,105). Sum of RGB (Red+Green+Blue) = 167+70+105=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A74669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74669 is #58B996. Grayscale: #666666. Windows color (decimal): -5814679 or 6899367. OLE color: 6899367.

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

Color convert

RGB16770105-
CMYK00.580.370.35
HSL338.35º40.93%46.47%-
HSV(B)338.35º58.08%65.49%-
XYZ20.6813.6214.9-
YUV102.99129.14173.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=48.83%
G=20.47%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677010500.580.370.35338.3540.9346.47
HexA7466903A2523152292e
Octal24710615107245435225156
Binary10100111100011011010010111010100101100011101010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74669; }

 p { color: rgb(167,70,105); }

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

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

 a { background-color: rgb(167,70,105); }

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

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

 span { border-color: rgb(167,70,105); }

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