#A73A68

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

Shades of Rouge #A73A68

Tints of Rouge #A73A68

Color information

#A73A68 (or 0xA73A68) is unknown color: approx Rouge. HEX triplet: A7, 3A and 68. RGB value is (167,58,104). Sum of RGB (Red+Green+Blue) = 167+58+104=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73A68 is #58C597. Grayscale: #5F5F5F. Windows color (decimal): -5817752 or 6830759. OLE color: 6830759.

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

Color convert

RGB16758104-
CMYK00.650.380.35
HSL334.68º48.44%44.12%-
HSV(B)334.68º65.27%65.49%-
XYZ19.9512.2414.41-
YUV95.84132.61178.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=50.76%
G=17.63%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675810400.650.380.35334.6848.4444.12
HexA73A68041262314f302c
Octal24772150010146435176054
Binary10100111111010110100001000001100110100011101001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A68; }

 p { color: rgb(167,58,104); }

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

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

 a { background-color: rgb(167,58,104); }

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

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

 span { border-color: rgb(167,58,104); }

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