#A64369

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

Shades of Rouge #A64369

Tints of Rouge #A64369

Color information

#A64369 (or 0xA64369) is unknown color: approx Rouge. HEX triplet: A6, 43 and 69. RGB value is (166,67,105). Sum of RGB (Red+Green+Blue) = 166+67+105=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A64369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64369 is #59BC96. Grayscale: #646464. Windows color (decimal): -5880983 or 6898598. OLE color: 6898598.

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

Color convert

RGB16667105-
CMYK00.600.370.35
HSL336.97º42.49%45.69%-
HSV(B)336.97º59.64%65.1%-
XYZ20.2813.1414.83-
YUV100.93130.3174.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=49.11%
G=19.82%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666710500.600.370.35336.9742.4945.69
HexA6436903C25231512a2e
Octal24610315107445435215256
Binary10100110100001111010010111100100101100011101010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64369; }

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

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

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

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

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

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

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

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