#A7425F

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

Shades of Rouge #A7425F

Tints of Rouge #A7425F

Color information

#A7425F (or 0xA7425F) is unknown color: approx Rouge. HEX triplet: A7, 42 and 5F. RGB value is (167,66,95). Sum of RGB (Red+Green+Blue) = 167+66+95=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7425F is #58BDA0. Grayscale: #636363. Windows color (decimal): -5815713 or 6242983. OLE color: 6242983.

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

Color convert

RGB1676695-
CMYK00.600.430.35
HSL342.77º43.35%45.69%-
HSV(B)342.77º60.48%65.49%-
XYZ19.9512.9412.27-
YUV99.5125.46176.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.91%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=50.91%
G=20.12%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167669500.600.430.35342.7743.3545.69
HexA7425F03C2B231572b2e
Octal24710213707453435275356
Binary10100111100001010111110111100101011100011101010111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7425F; }

 p { color: rgb(167,66,95); }

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

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

 a { background-color: rgb(167,66,95); }

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

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

 span { border-color: rgb(167,66,95); }

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