#A63469

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

Shades of Rouge #A63469

Tints of Rouge #A63469

Color information

#A63469 (or 0xA63469) is unknown color: approx Rouge. HEX triplet: A6, 34 and 69. RGB value is (166,52,105). Sum of RGB (Red+Green+Blue) = 166+52+105=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A63469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63469 is #59CB96. Grayscale: #5C5C5C. Windows color (decimal): -5884823 or 6894758. OLE color: 6894758.

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

Color convert

RGB16652105-
CMYK00.690.370.35
HSL332.11º52.29%42.75%-
HSV(B)332.11º68.67%65.1%-
XYZ19.511.5814.57-
YUV92.13135.27180.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 105 (41.41% from 255) = 32.51%
R=51.39%
G=16.10%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665210500.690.370.35332.1152.2942.75
HexA63469045252314c342b
Octal24664151010545435146453
Binary10100110110100110100101000101100101100011101001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63469; }

 p { color: rgb(166,52,105); }

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

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

 a { background-color: rgb(166,52,105); }

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

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

 span { border-color: rgb(166,52,105); }

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