#A34966

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

Shades of Rouge #A34966

Tints of Rouge #A34966

Color information

#A34966 (or 0xA34966) is unknown color: approx Rouge. HEX triplet: A3, 49 and 66. RGB value is (163,73,102). Sum of RGB (Red+Green+Blue) = 163+73+102=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A34966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34966 is #5CB699. Grayscale: #676767. Windows color (decimal): -6076058 or 6703523. OLE color: 6703523.

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

Color convert

RGB16373102-
CMYK00.550.370.36
HSL340.67º38.14%46.27%-
HSV(B)340.67º55.21%63.92%-
XYZ19.8913.5114.13-
YUV103.22127.32170.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=48.22%
G=21.60%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637310200.550.370.36340.6738.1446.27
HexA349660372524155262e
Octal24311114606745445254656
Binary10100011100100111001100110111100101100100101010101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34966; }

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

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

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

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

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

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

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

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