#A64569

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

Shades of Rouge #A64569

Tints of Rouge #A64569

Color information

#A64569 (or 0xA64569) is unknown color: approx Rouge. HEX triplet: A6, 45 and 69. RGB value is (166,69,105). Sum of RGB (Red+Green+Blue) = 166+69+105=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64569 is #59BA96. Grayscale: #666666. Windows color (decimal): -5880471 or 6899110. OLE color: 6899110.

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

Color convert

RGB16669105-
CMYK00.580.370.35
HSL337.73º41.28%46.08%-
HSV(B)337.73º58.43%65.1%-
XYZ20.413.3814.87-
YUV102.11129.64173.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=48.82%
G=20.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666910500.580.370.35337.7341.2846.08
HexA6456903A2523152292e
Octal24610515107245435225156
Binary10100110100010111010010111010100101100011101010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64569; }

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

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

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

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

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

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

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

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