#A74B6C

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

Shades of Rouge #A74B6C

Tints of Rouge #A74B6C

Color information

#A74B6C (or 0xA74B6C) is unknown color: approx Rouge. HEX triplet: A7, 4B and 6C. RGB value is (167,75,108). Sum of RGB (Red+Green+Blue) = 167+75+108=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74B6C is #58B493. Grayscale: #6A6A6A. Windows color (decimal): -5813396 or 7097255. OLE color: 7097255.

HSL color Cylindrical-coordinate representation of color #A74B6C: hue angle of 338.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74B6C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16775108-
CMYK00.550.350.35
HSL338.48º38.02%47.45%-
HSV(B)338.48º55.09%65.49%-
XYZ21.1614.3315.84-
YUV106.27128.98171.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=47.71%
G=21.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677510800.550.350.35338.4838.0247.45
HexA74B6C0372323152262f
Octal24711315406743435224657
Binary10100111100101111011000110111100011100011101010010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B6C; }

 p { color: rgb(167,75,108); }

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

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

 a { background-color: rgb(167,75,108); }

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

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

 span { border-color: rgb(167,75,108); }

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