#A43874

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

Shades of Rouge #A43874

Tints of Rouge #A43874

Color information

#A43874 (or 0xA43874) is unknown color: approx Rouge. HEX triplet: A4, 38 and 74. RGB value is (164,56,116). Sum of RGB (Red+Green+Blue) = 164+56+116=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A43874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43874 is #5BC78B. Grayscale: #5F5F5F. Windows color (decimal): -6014860 or 7616676. OLE color: 7616676.

HSL color Cylindrical-coordinate representation of color #A43874: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43874 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16456116-
CMYK00.660.290.36
HSL326.67º49.09%43.14%-
HSV(B)326.67º65.85%64.31%-
XYZ19.8811.9817.79-
YUV95.13139.78177.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=48.81%
G=16.67%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645611600.660.290.36326.6749.0943.14
HexA438740421D24147312b
Octal24470164010235445076153
Binary1010010011100011101000100001011101100100101000111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43874; }

 p { color: rgb(164,56,116); }

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

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

 a { background-color: rgb(164,56,116); }

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

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

 span { border-color: rgb(164,56,116); }

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