#A34272

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

Shades of Rouge #A34272

Tints of Rouge #A34272

Color information

#A34272 (or 0xA34272) is unknown color: approx Rouge. HEX triplet: A3, 42 and 72. RGB value is (163,66,114). Sum of RGB (Red+Green+Blue) = 163+66+114=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A34272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34272 is #5CBD8D. Grayscale: #646464. Windows color (decimal): -6077838 or 7488163. OLE color: 7488163.

HSL color Cylindrical-coordinate representation of color #A34272: hue angle of 330.31º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34272 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16366114-
CMYK00.600.300.36
HSL330.31º42.36%44.9%-
HSV(B)330.31º59.51%63.92%-
XYZ20.0912.917.35-
YUV100.47135.64172.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=47.52%
G=19.24%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636611400.600.300.36330.3142.3644.9
HexA3427203C1E2414a2a2d
Octal24310216207436445125255
Binary1010001110000101110010011110011110100100101001010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34272; }

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

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

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

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

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

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

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

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