#A73D67

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

Shades of Rouge #A73D67

Tints of Rouge #A73D67

Color information

#A73D67 (or 0xA73D67) is unknown color: approx Rouge. HEX triplet: A7, 3D and 67. RGB value is (167,61,103). Sum of RGB (Red+Green+Blue) = 167+61+103=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D67 is #58C298. Grayscale: #616161. Windows color (decimal): -5816985 or 6765991. OLE color: 6765991.

HSL color Cylindrical-coordinate representation of color #A73D67: hue angle of 336.23º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D67 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16761103-
CMYK00.630.380.35
HSL336.23º46.49%44.71%-
HSV(B)336.23º63.47%65.49%-
XYZ20.0512.5314.19-
YUV97.48131.12177.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=50.45%
G=18.43%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676110300.630.380.35336.2346.4944.71
HexA73D6703F26231502e2d
Octal2477514707746435205655
Binary1010011111110111001110111111100110100011101010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D67; }

 p { color: rgb(167,61,103); }

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

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

 a { background-color: rgb(167,61,103); }

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

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

 span { border-color: rgb(167,61,103); }

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