#A34662

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

Shades of Rouge #A34662

Tints of Rouge #A34662

Color information

#A34662 (or 0xA34662) is unknown color: approx Rouge. HEX triplet: A3, 46 and 62. RGB value is (163,70,98). Sum of RGB (Red+Green+Blue) = 163+70+98=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A34662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34662 is #5CB99D. Grayscale: #646464. Windows color (decimal): -6076830 or 6440611. OLE color: 6440611.

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

Color convert

RGB1637098-
CMYK00.570.400.36
HSL341.94º39.91%45.69%-
HSV(B)341.94º57.06%63.92%-
XYZ19.513.0513.05-
YUV101126.31172.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=49.24%
G=21.15%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163709800.570.400.36341.9439.9145.69
HexA346620392824156282e
Octal24310614207150445265056
Binary10100011100011011000100111001101000100100101010110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34662; }

 p { color: rgb(163,70,98); }

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

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

 a { background-color: rgb(163,70,98); }

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

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

 span { border-color: rgb(163,70,98); }

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