#A34867

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

Shades of Rouge #A34867

Tints of Rouge #A34867

Color information

#A34867 (or 0xA34867) is unknown color: approx Rouge. HEX triplet: A3, 48 and 67. RGB value is (163,72,103). Sum of RGB (Red+Green+Blue) = 163+72+103=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A34867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34867 is #5CB798. Grayscale: #666666. Windows color (decimal): -6076313 or 6768803. OLE color: 6768803.

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

Color convert

RGB16372103-
CMYK00.560.370.36
HSL339.56º38.72%46.08%-
HSV(B)339.56º55.83%63.92%-
XYZ19.8713.414.37-
YUV102.74128.15170.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=48.22%
G=21.30%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637210300.560.370.36339.5638.7246.08
HexA348670382524154272e
Octal24311014707045445244756
Binary10100011100100011001110111000100101100100101010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34867; }

 p { color: rgb(163,72,103); }

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

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

 a { background-color: rgb(163,72,103); }

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

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

 span { border-color: rgb(163,72,103); }

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