#A34762

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

Shades of Rouge #A34762

Tints of Rouge #A34762

Color information

#A34762 (or 0xA34762) is unknown color: approx Rouge. HEX triplet: A3, 47 and 62. RGB value is (163,71,98). Sum of RGB (Red+Green+Blue) = 163+71+98=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34762 is #5CB89D. Grayscale: #656565. Windows color (decimal): -6076574 or 6440867. OLE color: 6440867.

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

Color convert

RGB1637198-
CMYK00.560.400.36
HSL342.39º39.32%45.88%-
HSV(B)342.39º56.44%63.92%-
XYZ19.5613.1713.07-
YUV101.59125.98171.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=49.10%
G=21.39%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163719800.560.400.36342.3939.3245.88
HexA347620382824156272e
Octal24310714207050445264756
Binary10100011100011111000100111000101000100100101010110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34762; }

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

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

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

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

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

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

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

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