#A34372

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

Shades of Rouge #A34372

Tints of Rouge #A34372

Color information

#A34372 (or 0xA34372) is unknown color: approx Rouge. HEX triplet: A3, 43 and 72. RGB value is (163,67,114). Sum of RGB (Red+Green+Blue) = 163+67+114=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A34372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34372 is #5CBC8D. Grayscale: #646464. Windows color (decimal): -6077582 or 7488419. OLE color: 7488419.

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

Color convert

RGB16367114-
CMYK00.590.300.36
HSL330.62º41.74%45.1%-
HSV(B)330.62º58.9%63.92%-
XYZ20.1513.0217.37-
YUV101.06135.3172.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=47.38%
G=19.48%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636711400.590.300.36330.6241.7445.1
HexA3437203B1E2414b2a2d
Octal24310316207336445135255
Binary1010001110000111110010011101111110100100101001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34372; }

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

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

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

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

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

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

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

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