#A34260

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

Shades of Rouge #A34260

Tints of Rouge #A34260

Color information

#A34260 (or 0xA34260) is unknown color: approx Rouge. HEX triplet: A3, 42 and 60. RGB value is (163,66,96). Sum of RGB (Red+Green+Blue) = 163+66+96=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A34260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34260 is #5CBD9F. Grayscale: #626262. Windows color (decimal): -6077856 or 6308515. OLE color: 6308515.

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

Color convert

RGB1636696-
CMYK00.600.410.36
HSL341.44º42.36%44.9%-
HSV(B)341.44º59.51%63.92%-
XYZ19.1612.5312.47-
YUV98.42126.64174.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=50.15%
G=20.31%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163669600.600.410.36341.4442.3644.9
HexA3426003C29241552a2d
Octal24310214007451445255255
Binary10100011100001011000000111100101001100100101010101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34260; }

 p { color: rgb(163,66,96); }

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

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

 a { background-color: rgb(163,66,96); }

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

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

 span { border-color: rgb(163,66,96); }

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