#A34363

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

Shades of Rouge #A34363

Tints of Rouge #A34363

Color information

#A34363 (or 0xA34363) is unknown color: approx Rouge. HEX triplet: A3, 43 and 63. RGB value is (163,67,99). Sum of RGB (Red+Green+Blue) = 163+67+99=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34363 is #5CBC9C. Grayscale: #636363. Windows color (decimal): -6077597 or 6505379. OLE color: 6505379.

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

Color convert

RGB1636799-
CMYK00.590.390.36
HSL340º41.74%45.1%-
HSV(B)340º58.9%63.92%-
XYZ19.3612.713.24-
YUV99.35127.8173.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=49.54%
G=20.36%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163679900.590.390.3634041.7445.1
HexA3436303B27241542a2d
Octal24310314307347445245255
Binary10100011100001111000110111011100111100100101010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34363; }

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

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

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

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

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

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

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

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