#A34368

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

Shades of Rouge #A34368

Tints of Rouge #A34368

Color information

#A34368 (or 0xA34368) is unknown color: approx Rouge. HEX triplet: A3, 43 and 68. RGB value is (163,67,104). Sum of RGB (Red+Green+Blue) = 163+67+104=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A34368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34368 is #5CBC97. Grayscale: #636363. Windows color (decimal): -6077592 or 6833059. OLE color: 6833059.

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

Color convert

RGB16367104-
CMYK00.590.360.36
HSL336.88º41.74%45.1%-
HSV(B)336.88º58.9%63.92%-
XYZ19.6112.814.53-
YUV99.92130.3172.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=48.80%
G=20.06%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636710400.590.360.36336.8841.7445.1
HexA3436803B24241512a2d
Octal24310315007344445215255
Binary10100011100001111010000111011100100100100101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34368; }

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

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

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

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

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

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

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

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