#A34465

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

Shades of Rouge #A34465

Tints of Rouge #A34465

Color information

#A34465 (or 0xA34465) is unknown color: approx Rouge. HEX triplet: A3, 44 and 65. RGB value is (163,68,101). Sum of RGB (Red+Green+Blue) = 163+68+101=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34465 is #5CBB9A. Grayscale: #646464. Windows color (decimal): -6077339 or 6636707. OLE color: 6636707.

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

Color convert

RGB16368101-
CMYK00.580.380.36
HSL339.16º41.13%45.29%-
HSV(B)339.16º58.28%63.92%-
XYZ19.5212.8613.77-
YUV100.17128.47172.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=49.10%
G=20.48%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636810100.580.380.36339.1641.1345.29
HexA3446503A2624153292d
Octal24310414507246445235155
Binary10100011100010011001010111010100110100100101010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34465; }

 p { color: rgb(163,68,101); }

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

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

 a { background-color: rgb(163,68,101); }

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

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

 span { border-color: rgb(163,68,101); }

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