#A34866

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

Shades of Rouge #A34866

Tints of Rouge #A34866

Color information

#A34866 (or 0xA34866) is unknown color: approx Rouge. HEX triplet: A3, 48 and 66. RGB value is (163,72,102). Sum of RGB (Red+Green+Blue) = 163+72+102=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A34866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34866 is #5CB799. Grayscale: #666666. Windows color (decimal): -6076314 or 6703267. OLE color: 6703267.

HSL color Cylindrical-coordinate representation of color #A34866: hue angle of 340.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34866 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16372102-
CMYK00.560.370.36
HSL340.22º38.72%46.08%-
HSV(B)340.22º55.83%63.92%-
XYZ19.8213.3814.11-
YUV102.63127.65171.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=48.37%
G=21.36%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210200.560.370.36340.2238.7246.08
HexA348660382524154272e
Octal24311014607045445244756
Binary10100011100100011001100111000100101100100101010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34866; }

 p { color: rgb(163,72,102); }

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

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

 a { background-color: rgb(163,72,102); }

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

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

 span { border-color: rgb(163,72,102); }

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