#A34268

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

Shades of Rouge #A34268

Tints of Rouge #A34268

Color information

#A34268 (or 0xA34268) is unknown color: approx Rouge. HEX triplet: A3, 42 and 68. RGB value is (163,66,104). Sum of RGB (Red+Green+Blue) = 163+66+104=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34268 is #5CBD97. Grayscale: #636363. Windows color (decimal): -6077848 or 6832803. OLE color: 6832803.

HSL color Cylindrical-coordinate representation of color #A34268: hue angle of 336.49º 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 #A34268 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16366104-
CMYK00.600.360.36
HSL336.49º42.36%44.9%-
HSV(B)336.49º59.51%63.92%-
XYZ19.5512.6814.51-
YUV99.33130.64173.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=48.95%
G=19.82%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636610400.600.360.36336.4942.3644.9
HexA3426803C24241502a2d
Octal24310215007444445205255
Binary10100011100001011010000111100100100100100101010000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34268; }

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

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

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

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

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

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

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

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