#A43B6C

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

Shades of Rouge #A43B6C

Tints of Rouge #A43B6C

Color information

#A43B6C (or 0xA43B6C) is unknown color: approx Rouge. HEX triplet: A4, 3B and 6C. RGB value is (164,59,108). Sum of RGB (Red+Green+Blue) = 164+59+108=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43B6C is #5BC493. Grayscale: #5F5F5F. Windows color (decimal): -6014100 or 7093156. OLE color: 7093156.

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

Color convert

RGB16459108-
CMYK00.640.340.36
HSL332º47.09%43.73%-
HSV(B)332º64.02%64.31%-
XYZ19.5812.115.49-
YUV95.98134.79176.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=49.55%
G=17.82%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645910800.640.340.3633247.0943.73
HexA43B6C040222414c2f2c
Octal24473154010042445145754
Binary10100100111011110110001000000100010100100101001100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43B6C; }

 p { color: rgb(164,59,108); }

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

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

 a { background-color: rgb(164,59,108); }

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

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

 span { border-color: rgb(164,59,108); }

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