#A63567

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

Shades of Rouge #A63567

Tints of Rouge #A63567

Color information

#A63567 (or 0xA63567) is unknown color: approx Rouge. HEX triplet: A6, 35 and 67. RGB value is (166,53,103). Sum of RGB (Red+Green+Blue) = 166+53+103=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A63567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63567 is #59CA98. Grayscale: #5C5C5C. Windows color (decimal): -5884569 or 6763942. OLE color: 6763942.

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

Color convert

RGB16653103-
CMYK00.680.380.35
HSL333.45º51.6%42.94%-
HSV(B)333.45º68.07%65.1%-
XYZ19.4511.6314.05-
YUV92.49133.94180.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=51.55%
G=16.46%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665310300.680.380.35333.4551.642.94
HexA63567044262314d342b
Octal24665147010446435156453
Binary10100110110101110011101000100100110100011101001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63567; }

 p { color: rgb(166,53,103); }

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

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

 a { background-color: rgb(166,53,103); }

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

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

 span { border-color: rgb(166,53,103); }

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