#A43968

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

Shades of Rouge #A43968

Tints of Rouge #A43968

Color information

#A43968 (or 0xA43968) is unknown color: approx Rouge. HEX triplet: A4, 39 and 68. RGB value is (164,57,104). Sum of RGB (Red+Green+Blue) = 164+57+104=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A43968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43968 is #5BC697. Grayscale: #5E5E5E. Windows color (decimal): -6014616 or 6830500. OLE color: 6830500.

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

Color convert

RGB16457104-
CMYK00.650.370.36
HSL333.64º48.42%43.33%-
HSV(B)333.64º65.24%64.31%-
XYZ19.2711.8214.36-
YUV94.35133.45177.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 104 (41.02% from 255) = 32%
R=50.46%
G=17.54%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645710400.650.370.36333.6448.4243.33
HexA43968041252414e302b
Octal24471150010145445166053
Binary10100100111001110100001000001100101100100101001110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43968; }

 p { color: rgb(164,57,104); }

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

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

 a { background-color: rgb(164,57,104); }

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

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

 span { border-color: rgb(164,57,104); }

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