#A34067

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

Shades of Rouge #A34067

Tints of Rouge #A34067

Color information

#A34067 (or 0xA34067) is unknown color: approx Rouge. HEX triplet: A3, 40 and 67. RGB value is (163,64,103). Sum of RGB (Red+Green+Blue) = 163+64+103=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A34067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34067 is #5CBF98. Grayscale: #616161. Windows color (decimal): -6078361 or 6766755. OLE color: 6766755.

HSL color Cylindrical-coordinate representation of color #A34067: hue angle of 336.36º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A34067 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16364103-
CMYK00.610.370.36
HSL336.36º43.61%44.51%-
HSV(B)336.36º60.74%63.92%-
XYZ19.3912.4314.21-
YUV98.05130.8174.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=49.39%
G=19.39%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636410300.610.370.36336.3643.6144.51
HexA3406703D25241502c2d
Octal24310014707545445205455
Binary10100011100000011001110111101100101100100101010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34067; }

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

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

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

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

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

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

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

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