#A34062

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

Shades of Rouge #A34062

Tints of Rouge #A34062

Color information

#A34062 (or 0xA34062) is unknown color: approx Rouge. HEX triplet: A3, 40 and 62. RGB value is (163,64,98). Sum of RGB (Red+Green+Blue) = 163+64+98=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A34062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34062 is #5CBF9D. Grayscale: #616161. Windows color (decimal): -6078366 or 6439075. OLE color: 6439075.

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

Color convert

RGB1636498-
CMYK00.610.400.36
HSL339.39º43.61%44.51%-
HSV(B)339.39º60.74%63.92%-
XYZ19.1412.3412.93-
YUV97.48128.3174.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=50.15%
G=19.69%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163649800.610.400.36339.3943.6144.51
HexA3406203D28241532c2d
Octal24310014207550445235455
Binary10100011100000011000100111101101000100100101010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34062; }

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

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

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

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

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

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

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

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