#A34370

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

Shades of Rouge #A34370

Tints of Rouge #A34370

Color information

#A34370 (or 0xA34370) is unknown color: approx Rouge. HEX triplet: A3, 43 and 70. RGB value is (163,67,112). Sum of RGB (Red+Green+Blue) = 163+67+112=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A34370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34370 is #5CBC8F. Grayscale: #646464. Windows color (decimal): -6077584 or 7357347. OLE color: 7357347.

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

Color convert

RGB16367112-
CMYK00.590.310.36
HSL331.88º41.74%45.1%-
HSV(B)331.88º58.9%63.92%-
XYZ20.0412.9716.78-
YUV100.83134.3172.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.66%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=47.66%
G=19.59%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636711200.590.310.36331.8841.7445.1
HexA3437003B1F2414c2a2d
Octal24310316007337445145255
Binary1010001110000111110000011101111111100100101001100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34370; }

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

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

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

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

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

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

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

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