#A74667

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

Shades of Rouge #A74667

Tints of Rouge #A74667

Color information

#A74667 (or 0xA74667) is unknown color: approx Rouge. HEX triplet: A7, 46 and 67. RGB value is (167,70,103). Sum of RGB (Red+Green+Blue) = 167+70+103=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A74667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74667 is #58B998. Grayscale: #666666. Windows color (decimal): -5814681 or 6768295. OLE color: 6768295.

HSL color Cylindrical-coordinate representation of color #A74667: hue angle of 339.59º 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 #A74667 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16770103-
CMYK00.580.380.35
HSL339.59º40.93%46.47%-
HSV(B)339.59º58.08%65.49%-
XYZ20.5713.5814.37-
YUV102.76128.14173.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=49.12%
G=20.59%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677010300.580.380.35339.5940.9346.47
HexA7466703A2623154292e
Octal24710614707246435245156
Binary10100111100011011001110111010100110100011101010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74667; }

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

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

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

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

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

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

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

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