#A34562

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

Shades of Rouge #A34562

Tints of Rouge #A34562

Color information

#A34562 (or 0xA34562) is unknown color: approx Rouge. HEX triplet: A3, 45 and 62. RGB value is (163,69,98). Sum of RGB (Red+Green+Blue) = 163+69+98=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A34562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34562 is #5CBA9D. Grayscale: #646464. Windows color (decimal): -6077086 or 6440355. OLE color: 6440355.

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

Color convert

RGB1636998-
CMYK00.580.400.36
HSL341.49º40.52%45.49%-
HSV(B)341.49º57.67%63.92%-
XYZ19.4412.9213.03-
YUV100.41126.64172.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=49.39%
G=20.91%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163699800.580.400.36341.4940.5245.49
HexA3456203A2824155292d
Octal24310514207250445255155
Binary10100011100010111000100111010101000100100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34562; }

 p { color: rgb(163,69,98); }

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

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

 a { background-color: rgb(163,69,98); }

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

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

 span { border-color: rgb(163,69,98); }

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